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 2 days ago
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 2 days ago
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
2 days ago
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 2 days ago
Kulfy
4,36551542
4,36551542
asked 2 days ago
OnyicOnyic
405
405
marked as duplicate by vidarlo, user68186, N0rbert, karel, Kulfy 2 days ago
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 2 days ago
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
2 days ago
add a comment |
1
put in a little effort next time
– j-money
2 days ago
1
1
put in a little effort next time
– j-money
2 days ago
put in a little effort next time
– j-money
2 days ago
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 2 days ago
rtaftrtaft
459211
459211
add a comment |
add a comment |
1
put in a little effort next time
– j-money
2 days ago