The Ubuntu operating system is a good alternative for Windows and macOS users. It is an open-source operating system available…
Browsing: command
curl is an command line tool for transferring data between two servers. Other than downloading files curl also used to…
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…
The find command is a versatile utility in Linux that allows you to search for files and directories based on…
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…