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 if you do "ls -l test" and you get back "-rwxrwxrw-", what does that mean (make sure to interpret every bit, including first one, i.e. first dash)?
Answer
It means "test" is a file (not directory), and both user and group owner have read/write/execute permissions on it and others (everyone else) has just read/write permissions.

Question
In linux if you do "ls -l test" and you get back "-rwxrwxrw-", what does that mean (make sure to interpret every bit, including first one, i.e. first dash)?
Answer
?

Question
In linux if you do "ls -l test" and you get back "-rwxrwxrw-", what does that mean (make sure to interpret every bit, including first one, i.e. first dash)?
Answer
It means "test" is a file (not directory), and both user and group owner have read/write/execute permissions on it and others (everyone else) has just read/write permissions.
If you want to change selection, open document below and click on "Move attachment"

14. Permission and Modification Times
Files on the system are usually created with mode 0644 , meaning rw-r--r-- . You can set permissions explicitly with an octal number, for example, chmod 0755 myfile gives myfile the permissions <span>rwxr-xr-x . For a full list of octal values for all kinds of permissions and file types, see /usr/include/linux/stat.h . In Table 14.1 you can see s , the setuid or setgid bit. If it is used withou

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.