V
Q. What is the octal representation of these -rwx r-s r– permissions?
When the “Set Group ID” bit is set, the executable is run with the authority of the group. For example, if a file belongs to the user group, regardless of who executed it, it would always run with the user’s group authority. Use the chmod command to set the SGID on file1.txt. The octal value is 2000 and the symbolic value is “s”. String notation: $ chmod g+s file1.txt Numeric notation: $ chmod 2750 file1.txt
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which script is executed when a nonlogin bash shell is started?
Q. Which of the following commands is used to list contents of directories?
Q. The umask of 002 would produce what default file permissions?
Q. Which command creates an empty file if file does not exist?
Q. Which command is used to display the first few lines of a file in Linux?
Q. Which command cannot be used to edit a text file from command line
Q. Which of the following commands is used to display the system's current network configuration?
Q. When real interval timer expires which signal is generated?
Discusssion
Login to discuss.