File creation time is stored in inode in EXT4 file system. An earlier version of EXT files systems doesn’t support…
Browsing: Linux Commands
Regularly cleaning out old unused files from your server is the best practice. For example, if we are running a…
Some time we need to remove empty lines from a file. Its can be done manually if file have few…
Public IP is used for communication between computers over the Internet. A computer running with public IP is accessible all…
The dd is an command which stands for “data duplicator”. This command is used for copying and converting data. The…
Do you ever have a situation where you need to replace a word or sentence in many files? You could…
The tar command is an essential tool for Linux users, especially for those who work with a large number of…
The zip command in Linux is a utility used for packaging a group of files into a zip archive. The…
xargs is a Linux/Unix powerful command to build and execute command lines from standard input. It takes output of a…
wget is Linux command line utility. wget is widely used for downloading files from Linux command line. There are many…