WinSCP Ubuntu It stands for Windows Secure Copy. WinSCP is an open-source and free SSH File Transfer Protocol, Secure Copy Protocol, Amazon…
directory
-
-
Downloading full website You can download a full website and make it available for local view on your system. Syntax: wget –mirror…
-
Limiting downloading speed Speed is an important factor while downloading. If speed is not defined then it might use full bandwidth available…
-
Linux File mv -u When you’ll use mv *, it moves all the files to the destination directory. But when you use…
-
Set number of retrying attempts By default, wget command tries 20 times to downlod a file. This problem generally come when a…
-
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…