curl is an command line tool for transferring data between two servers. Other than downloading files curl also used to…
Browsing: command
If you’re looking for files that are larger than 10MB, 100MB or 1GB, the find command can be very helpful.…
Linux terminal can seem quite overwhelming for new users and even for experienced users without the knowledge of Linux tips…
find is the Unix/Linux command line utility used for searching files across the file system. Sometimes we need to search…
In this tutorial you will learn, how to create shortcut commands on Linux. This is you can say a short…
The cp command is used to copy files from one directory to another directory. Some times you are required to…
Sudo provides special privileges to any user or group. Some of the commands are accessible by the root user only.…
Question – How do I sort du -h command output by there sizes? In the GNU Coreutils >= 7.5 package,…
SFTP (SSH File Transfer Protocol) is a secure protocol to transfer files between systems. It uses an encrypted secure shell…
The ifconfig command is a useful utility to display and set network configuration on Ubuntu and Debian Linux systems. This…