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
Post a Comment