simonthecat
Member
- Messages
- 60
- Reaction score
- 0
- Points
- 6
I am taking a linux class in college at the end of each chapter I have some review questions. Here is a question that has me wondering if it is a typo error or if I really missed understanding what I was reading.
But if I am understanding the permissions correctly should it instead be: rwx-wx--x since 731 breaks up into 421021001???
And in answer to the question why don't I just ask my teacher I am taking an internet class and my teach would take 1 to 2 weeks to get around to answering me. Anyways thanks for helping.
I found the answer key online and supposedly the answer is cAfter typing the command umask 731, the permissions on all subsequently created files and dircetories will be affected. In this case, what will be the permissions on all new files?
a. rw-rw-rw-
b. rwxrw-r--
c. ---r--rw-
d. ----wx--x
But if I am understanding the permissions correctly should it instead be: rwx-wx--x since 731 breaks up into 421021001???
And in answer to the question why don't I just ask my teacher I am taking an internet class and my teach would take 1 to 2 weeks to get around to answering me. Anyways thanks for helping.