/**/ commands Archives - Page 3 of 4 - Dextutor

commands

How to change directory using cd command in Linux?

The cd command in Linux is used to change the current directory. cd is a shell builtin command. Syntax cd [path]  where path specifies the path of the new directory. For example: The current working directory as checked with pwd command was /home/baljit/search. Next, we  use cd to change the directory to /home/baljit/cse325 Different methods …

How to change directory using cd command in Linux? Read More »

How to set default file permissions using umask command?

Whenever you create a file or a directory in Linux, the system automatically assign them certain permissions. So if you want to change these default permissions, you meed to use the umask command. In this post we are going to learn, How to set default file permissions using umask command in Linux. Use umask command …

How to set default file permissions using umask command? Read More »