whoami is an basic Unix/Linux command used to find username associated with current effective user id. This is generally used…
Browsing: Linux Commands
In the world of Linux, the date command is an essential tool for managing and manipulating system dates and times.…
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.…
In some cases you may required to search all files owned by a particular user on Linux system. For example,…
Right file permission is the most crucial part of the Linux system management. A file with permission 777 is open…
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…
Sometimes we need to find actual number of files available under a directory. But it directory contains multiple sub directories.…
Some times we faced issues like “Too many open files” on a Linux system. It means our server has hit…