WinSCP Ubuntu It stands for Windows Secure Copy. WinSCP is an open-source and free SSH File Transfer Protocol, Secure Copy Protocol, Amazon…
cd
-
-
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…
-
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…