List process with specific PID Each process is assigned with a specific process ID number. A process may have many sub process…
shell
-
-
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…
-
Save with different file name By default, downloaded file will be saved with the last name mentioned in the URL. To save…
-
Finding memory leak Technically, memory leakage is ever-increasing usage of memory by any application. Applications increasing their memory usage can cause serious…
-
List process with specific username Option u displays the process for a specific user. You can also specify multiple usernames separated by…
-
Quit downloading after crossing certain limit We can quit downloading file on exceeding certain limit with option Q. Here, Q stands for…