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 protocols.
Nowadays all most...
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 another.
SCP use 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.
15 practical examples of ftp command
FTP stands for File Transfer Protocol.
FTP is one of the most useful command for a system administrator, all administrator almost every day using FTP...
Linux ls command Help and Examples
Linux ls command is a basic command which is essential to know for all Linux users. It is used to list information of files...
Linux sed command Help and Examples
The Linux command SED stands for stream editor, and its use to do lot’s of operation on file for search, find and replace, insert...
15 practical examples of rsync command
The rsync command in Linux stands for remote sync.
Generally, we use rsync to perform the backup process in Linux/UNIX.
Linux utility rsync is very powerful to synchronize files and...