ifconfig command is useful for getting details of the network configuration in Linux-based systems. Mostly when I install an older…
Browsing: Linux Commands
In the realm of text processing and data manipulation, Unix-like operating systems offer a powerful tool called SED, or the…
In the digital realm, ensuring the integrity of files, especially when transferring them over the internet or storing them for…
Command: md5sum myfile.php > myfile.php.md5 Above command will generate md5 checksum of file myfile.php and store in file myfile.php.md5. myfile.php.md5…
Linux, much like any other operating system, relies on processes for its operations. Occasionally, these processes may become unresponsive or…
Command: echo <password> | passwd –stdin <username> Example: Use the following command to change password of user jack in a…
Sometimes you may be required to count total lines in a file in Unix/Linux systems. This tutorial helps you with…
All the groups except the primary group are called the secondary groups of Users, for whom they belong. Generally, the…
Secondary groups are the groups that users added after the creations. The primary groups are created during the user creation…
A “tar.bz2” file is a type of compressed file created using the Unix/Linux tar command coupled with the bzip2 compression…