Linux chmod command is used to change access permissions of files and directories. In this article, you will learn how…
Browsing: command
mv command is used to move files from one directory to other directory. Also mv command is used to rename…
find is the basic Unix command used to search files recursively under a directory tree. It is default available in…
du is the short of disk uses. Which means the du command calculates the size on disk used by a…
In the world of Linux, the date command is an essential tool for managing and manipulating system dates and times.…
The Ubuntu operating system is a good alternative for Windows and macOS users. It is an open-source operating system available…
Curl is a command-line tool used for transferring data between servers. It’s not just for downloading files; curl is also…
If you’re looking for files that are larger than 10MB, 100MB or 1GB, the find command can be very helpful.…
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…