Tutorials

Linux chmod Command

The chmod (change mode) command in Linux is used to change the access mode of a file, based on the type of user accessing the file and the type of permission associated with accessing the file. File Permissions and User Groups For understanding what the types of permissions and the types of users are, let

Linux chmod Command Read More ยป

The man command in Linux/Unix

When you buy a new home appliance, it is accompanied by a user manual that explains the functions of the appliance. Similarly, when you download and install a new package for Linux, the user manual for the program is automatically installed in your system. Linux man command is what you can use to read through

The man command in Linux/Unix Read More ยป

The mkdir command in Linux

The mkdir command in Linux is used to make directories, hence the command is named mkdir. With traditional GUI systems, if you want multiple directories, you have to create one directory at a time. The mkdir is a very flexible and customizable command in this matter. Let’s look at the functionality. Also read: How to

The mkdir command in Linux Read More ยป