-
Extracting File Name
How can you extract just the Filename from the Fully Qualified Path and Filename.Basename?
-
-
-
-
-
-
How to terminate a process which is running and the specialty on command kill 0?
With the help of kill command we can terminate the process.Syntax: kill pidKill 0 - kills all processes in your system except the login shell.