List Of Unix Commands

Unix

Unix Commands :

Options: options change the behavior of the command and add additional information to the output of a command

Ex : ls command gives you only file names whereas ls -l gives file name with file permissions, number of links associated, owner and group of file, size of file, and creation date


su : Switching user from one to another after login
su - user-name
Su - itgusr1

Comments

Popular posts from this blog

Process/Job Control Commands

Information Commands

Miscellaneous and Shell Programing Commands