What does chmod 789 represent? [duplicate]
This question already has an answer here:
Why does the Unix permission system use 1 2 3 4… values instead of 1 or 0?
3 answers
This was one of my exam questions, I wanted to know what does it represent?
The question was:
What is the equivalent of running chmod 789 a.txt?
chmod u=rw,g+w,o-x a.txt
chmod a=rwx,u+s a.txt
chmod u=rwx,g=rwx,o=rx a.txt
other
command-line permissions
marked as duplicate by vidarlo, user68186, N0rbert, karel, Kulfy Jan 29 at 17:38
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Why does the Unix permission system use 1 2 3 4… values instead of 1 or 0?
3 answers
This was one of my exam questions, I wanted to know what does it represent?
The question was:
What is the equivalent of running chmod 789 a.txt?
chmod u=rw,g+w,o-x a.txt
chmod a=rwx,u+s a.txt
chmod u=rwx,g=rwx,o=rx a.txt
other
command-line permissions
marked as duplicate by vidarlo, user68186, N0rbert, karel, Kulfy Jan 29 at 17:38
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
put in a little effort next time
– j-money
Jan 29 at 15:38
add a comment |
This question already has an answer here:
Why does the Unix permission system use 1 2 3 4… values instead of 1 or 0?
3 answers
This was one of my exam questions, I wanted to know what does it represent?
The question was:
What is the equivalent of running chmod 789 a.txt?
chmod u=rw,g+w,o-x a.txt
chmod a=rwx,u+s a.txt
chmod u=rwx,g=rwx,o=rx a.txt
other
command-line permissions
This question already has an answer here:
Why does the Unix permission system use 1 2 3 4… values instead of 1 or 0?
3 answers
This was one of my exam questions, I wanted to know what does it represent?
The question was:
What is the equivalent of running chmod 789 a.txt?
chmod u=rw,g+w,o-x a.txt
chmod a=rwx,u+s a.txt
chmod u=rwx,g=rwx,o=rx a.txt
other
This question already has an answer here:
Why does the Unix permission system use 1 2 3 4… values instead of 1 or 0?
3 answers
command-line permissions
command-line permissions
edited Jan 29 at 15:43
Kulfy
4,86651743
4,86651743
asked Jan 29 at 15:32
OnyicOnyic
406
406
marked as duplicate by vidarlo, user68186, N0rbert, karel, Kulfy Jan 29 at 17:38
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by vidarlo, user68186, N0rbert, karel, Kulfy Jan 29 at 17:38
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
put in a little effort next time
– j-money
Jan 29 at 15:38
add a comment |
1
put in a little effort next time
– j-money
Jan 29 at 15:38
1
1
put in a little effort next time
– j-money
Jan 29 at 15:38
put in a little effort next time
– j-money
Jan 29 at 15:38
add a comment |
1 Answer
1
active
oldest
votes
8 and 9 are not valid. Unfortunately, your list of options does not clearly have a 'not valid' option. Though, all you had to do was try this in unix to find your answer.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
8 and 9 are not valid. Unfortunately, your list of options does not clearly have a 'not valid' option. Though, all you had to do was try this in unix to find your answer.
add a comment |
8 and 9 are not valid. Unfortunately, your list of options does not clearly have a 'not valid' option. Though, all you had to do was try this in unix to find your answer.
add a comment |
8 and 9 are not valid. Unfortunately, your list of options does not clearly have a 'not valid' option. Though, all you had to do was try this in unix to find your answer.
8 and 9 are not valid. Unfortunately, your list of options does not clearly have a 'not valid' option. Though, all you had to do was try this in unix to find your answer.
answered Jan 29 at 15:48
rtaftrtaft
474211
474211
add a comment |
add a comment |
1
put in a little effort next time
– j-money
Jan 29 at 15:38