Home / Programming MCQs / Linux MCQs / Question
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
Q. At start of process execution, STDOUT & STDERR
Q. Which command clears old packages from the Debian archives?
Q. The maximum filename size in Linux in bytes is 255.
Q. sed is a command typically used for
Q. Which of the following would be used to locate the following words: and, made, named, standard?
Q. Effective group id can be set using following permission
Q. Running the ‘cd ..’ command at the root level results in _______ ?
Discusssion
Login to discuss.