Related Topics
df Command in Linux/Unix with Examples
The 'df' command in Linux is used to display the amount of disk space available on the file system. The command reports the amount of disk space used and available...
3 minutes read.
pwd Command in Linux/Unix with Examples
The "pwd" command in Linux (and other Unix-like operating systems) stands for "print working directory." When executed, it simply displays the current directory (or folder) that the user is currently...
3 minutes read.
curl Command in Linux/Unix with Examples
The 'curl' command in Linux is a command-line tool that allows you to transfer data from or to a server using various protocols, including HTTP, HTTPS, FTP, and many more....
3 minutes read.
tail Command in Linux/Unix with Examples
The "tail" command in Linux (and other Unix-like operating systems) is used to display the last few lines of a file. By default, the tail command will display the last...
4 minutes read.
Top 20 Linux Commands
1) clear command clear is a standard operating system command which is used to clear the terminal screen. This command brings the command line on the top of the terminal. By pressing the...
10 minutes read.
awk Command in Linux/Unix with Examples
The 'awk' command in Linux is a powerful text processing tool that allows you to perform various operations on text files, such as searching, replacing, and manipulating text. The command...
4 minutes read.
gzip Command in Linux/Unix with Examples
The gzip command in Linux is used for compressing and decompressing files. It uses the Lempel-Ziv coding (LZ77) algorithm to compress files, which is known for its high compression ratio...
6 minutes read.
ssh Command in Linux/Unix with Examples
The ssh (Secure Shell) command in Linux is used to remotely access and control another computer or device over a network. It provides a secure and encrypted connection between the...
6 minutes read.
Linux mkdir | Linux Create Directory
The Linux mkdir command is very much similar to Windows’s "new folder" feature. This command is used in Linux os to create new directories. The command mkdir stands for "make...
1 minute read.
du Command in Linux/Unix with Examples
The "du" command in Linux (and other Unix-like operating systems) is used to estimate the space used by a file or directory. The du command stands for "disk usage," and...
4 minutes read.
ps Command in Linux/Unix with Examples
The 'ps' command in Linux is used to display information about the running processes on a system. The command stands for "process status" and it allows you to view details...
4 minutes read.
Linux Commands List
Linux Commands List The Linux systems are filled with commands for several use cases. We have divided these commands into some of the most common implementations for a better understanding of...
2 minutes read.
find Command in Linux/Unix with Examples
The find command in Linux is a command-line utility that is used to search for files and directories in a file system. It is a versatile command that can be...
5 minutes read.
sed Command in Linux/Unix with Examples
The 'sed' command in Linux is a powerful text processing tool that allows you to perform various operations on text files, such as searching, replacing, and manipulating text. The command...
3 minutes read.
mv Command in Linux/Unix with Examples
The 'mv' command in Linux is used to move or rename files and directories. The command stands for "move" and it allows you to move files and directories from one...
3 minutes read.
rm Command in Linux/Unix with Examples
The "rm" command in Linux (and other Unix-like operating systems) is used to remove files and directories. The "rm" command stands for "remove" and it is used to delete files...
4 minutes read.
Linux rmdir command
The default use case of the rmdir command in the Linux system is to delete an empty directory. The below screenshot shows how to delete the empty directory. First, we...
1 minute read.
cd Command in Linux/Unix with Examples
The 'cd' command in Linux is used to change the current working directory. The command stands for "change directory" and it is used to navigate the file system on a...
3 minutes read.
top Command in Linux/Unix with Examples
The 'top' command in Linux is a real-time system monitoring tool that displays information about the running processes and system resource usage. The command provides a dynamic, scrolling view of...
4 minutes read.
Linux Path Completion
Every operating system has some features which make them special. The Linux operating system primarily works on the command line interface, and we do have many features for this CLI....
1 minute read.
