As a Linux administrator, managing network traffic on Linux box is a primary task forever administrator/engineer. We...
Linux Command Articles
15 Practical examples of cat command
Cat command, a short form of “concatenate” is one of the most important and frequently used on Linux/Unix like...
Practical examples of uptime command
Linux operating system is known as a command-based powerful operating system where a Linux engineer or administrators...
15 practical examples of ftp commands
FTP stands for File Transfer Protocol. It is one of the most useful command for a system administrator, all...
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...
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...
15 practical rsync example – rsync command
The rsync command in Linux stands for remote sync. Here we will show you various rsync example to help...
Linux cat command Help and Examples
Linux command cat stands for “catenate”. The cat is one of the simple and most commonly used commands in Linux. It is...
Linux wget command Help and Examples
Linux utility wget is a free tool that is use to retrieving files using HTTP, HTTPS, and FTP protocols. Wget has lots...
Linux ftp command Help and Examples
Linux command FTP stands for File Transfer Protocol. It is used to file transfer to/from a remote network. Linux and...