The tcpdump is the most essential and powerful command-line network packet sniffing tool. We use it to analyze network...
Linux Command Articles
“df” Command in Linux with Examples
In the world of Linux, keeping an eye on your computer's storage is crucial. It's like checking the space in your...
15 Practical examples of echo command
If you are writing a bash script, you know echo command very well. It is use to display text lines on an output screen...
Linux top command Help and Examples
The top command is the most important and useful tool for system admin; it used to monitor system resources and processes on Linux operating system.
15 Practical examples of scp command
SCP command is most useful command for Linux system administrator, almost every day we use this command.
Linux tar command Help and Examples
Tar is the most important command for Linux administrator and data backup engineer. Almost every day, we use this...
15 Practical examples of lsof command
lsof meaning ‘List Open Files’ is used to find out which files are open by which process. As we all know Linux/Unix considers everything…
Linux curl command Help and Examples
Curl is the most important command-line tool in Linux / UNIX for transfer data to or from a server using various...
Linux scp command Help and Examples
SCP stands for Secure Copy, as the name shows it use for securely copy the file, directory from one location to...
15 Practical examples of wget command
wget is a Linux/UNIX command line file downloader. The wget is a free tool for non-interactive download of files from the internet.
15 Practical examples of sed command
Replacing or substituting string : Sed command is mostly used to replace the text in a file. The below simple sed command replaces
Linux lsof command Help and Examples
Linux command lsof stands for list all open files. The lsof command used to get the information of all open files by processes.