WinSCP Ubuntu It stands for Windows Secure Copy. WinSCP is an open-source and free SSH File Transfer Protocol, Secure Copy Protocol, Amazon…
shell
-
-
file * This command is used to obtain the type of all files of the current directory. Let’s see a simple example…
-
List all running process This command display all the processes in a system. Here, a stands for all. It will display a…
-
pmap -d this command display the same information as option d, but includes some extra information about device. Syntax: pmap -d PID…
-
Show root running process It displays all the process running by root user. Syntax: ps -U root -u root u Here, -U…
-
file /directory name/* From this command, you can list out all the file types from the mentioned directory. For example, by typing…
-
List process with specific command Option C display a list of processes with the mentioned command as argument. Syntax: ps -C Example:…
-
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…