List process with specific command Option C display a list of processes with the mentioned command as argument. Syntax: ps -C Example:…
chmod
-
-
pmap -q Here, q stands for quiet. This command does not display header and footer line as the earlier options. Syntax: pmap…
-
watch command The watch command is also used to update memory status. But it is better than s option as it simply…
-
file [range]* With the help of this command you can specify a range of the alphabets for the files you want. It…
-
List process with specific PID Each process is assigned with a specific process ID number. A process may have many sub process…
-
pmap -V This command shows the version number of the pmap your system is using. Syntax: pmap -V ” Look at the…
-
Download single file Single file can be downloaded with following syntax. By default this file is saved in the current directory. Syntax:…
-
Linux file -s Linux file -s command is used for the special files. Let’s see a simple example of -s option of…
-
List process with specific PPID As mentioned earlier, some process may have PPID along with PID number. All the sub processes having…
-
pmap -x Here, x stands for extended. This option displays information in extended format. Syntax: pmap -x PID Example: pmap -x 1682…