More Commands
cp command
The cp command of Linux is equivalent to copy-paste and cut-paste in Windows.
mv command
The mv command is generally used for renaming the files in Linux.
mv <file name> <Renamed file name> to rename the files
uname command
The uname command is used to check the complete OS information of the system.
locate command
The locate command is generally used to locate the files in the database. Use an asterisk (*) to search for content that contains two or more words.
clear command
The clear command is a standard command to clear the terminal screen.
ps command
ps command in Linux is used to check the active processes in the terminal.
whoami command
The whoami command provides basic information that is extremely useful when working on multiple systems. In general, if you are working with a single computer, you will not require it as frequently as a network administrator.
wget command
The wget command in the Linux command line allows you to download files from the internet. It runs in the background and does not interfere with other processes.
whereis command
whereis command in Linux is generally used to see the exact location of any command typed after this.
alias command
alias is a user-defined shorthand for a longer command or sequence of commands.
top command
The top command displays real-time information about system activity.
du command
The du command is used to estimate file and directory space usage.
df command
The df command displays disk space usage for filesystems.
nano command
The nano command launches the Nano text editor.
vim command
The nano command launches the Vim text editor.
Last updated