Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 3 (Q.No. 3)
3.
The command chmod 761 letter is equivalent to
chmod 4=7, g = 6, o = 1 letter
chmod a = 761 letter
chmod u = rwx, g = rw, o = x letter
chmod 167 letter
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Knell said:   1 decade ago
7 6 1 :: 111 110 001 (octal format).

rwx rw---x.

r:Read.
w:Write.
x:Execute.
(1)

Pranav bharti said:   1 decade ago
schmod u = rws, g = rw, o = x letter

Here what is the meaning of s I think here will be x symbol.

Sumit said:   1 decade ago
schmod is not a Linux command.

Post your comments here:

Your comments will be displayed after verification.