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, change permission of file kevin.txt to add execute permission to just everyone other than user/group owner (note: you are adding permissions here, so retaining all permissions that were there before)?
Answer
chmod o+x kevin.txt

Question
In linux, change permission of file kevin.txt to add execute permission to just everyone other than user/group owner (note: you are adding permissions here, so retaining all permissions that were there before)?
Answer
?

Question
In linux, change permission of file kevin.txt to add execute permission to just everyone other than user/group owner (note: you are adding permissions here, so retaining all permissions that were there before)?
Answer
chmod o+x kevin.txt
If you want to change selection, open document below and click on "Move attachment"

14. Permission and Modification Times
The chmod Command You use the chmod command to change the permissions of a file. It's usually used as follows: chmod [-R] [u|g|o|a][+|-][r|w|x|s|t] <file> [<file>] ... For example, <span>chmod u+x myfile adds execute permissions for the user of myfile . And, chmod a-rx myfile removes r ead and e x ecute permissions for a ll--that is, user, group, and other. The -R option, once again mea

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.