Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, you can use the [...] command to set the default permissions for newly created files (i.e. usually all newly created files have default permission of -rw-rw-r--, but you can change this default with this command).
Answer

umask

^^ note: you can use umask to change the default permission of newly created files, but then anytime new shell is created the default will just go back to original, usually -rw-rw-r--


Question
In linux, you can use the [...] command to set the default permissions for newly created files (i.e. usually all newly created files have default permission of -rw-rw-r--, but you can change this default with this command).
Answer
?

Question
In linux, you can use the [...] command to set the default permissions for newly created files (i.e. usually all newly created files have default permission of -rw-rw-r--, but you can change this default with this command).
Answer

umask

^^ note: you can use umask to change the default permission of newly created files, but then anytime new shell is created the default will just go back to original, usually -rw-rw-r--

If you want to change selection, open document below and click on "Move attachment"

14. Permission and Modification Times
explicitness. It can take on a value representing the three bits, setuid ( 4 ), setgid ( 2 ), and sticky ( 1 ). Hence a value of 5764 is in binary and gives -rwsrw-r-T . 14.2 The umask Command <span>umask sets the default permissions for newly created files; it is usually 022 . This default value means that the permissions of any new file you create (say, with the touch command) will be masked with this number. 022 hence excludes write per

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.