In linux, change permission of file kevin.txt to just remove execute permission from user/group and everyone else (note: you are removing just one permission here, so retaining all permissions that were there before)?
Answer
chmod a-x kevin.txt
Question
In linux, change permission of file kevin.txt to just remove execute permission from user/group and everyone else (note: you are removing just one permission here, so retaining all permissions that were there before)?
Answer
?
Question
In linux, change permission of file kevin.txt to just remove execute permission from user/group and everyone else (note: you are removing just one permission here, so retaining all permissions that were there before)?
Answer
chmod a-x kevin.txt
If you want to change selection, open document below and click on "Move attachment"
14. Permission and Modification Times f a file. It's usually used as follows: chmod [-R] [u|g|o|a][+|-][r|w|x|s|t] <file> [<file>] ... For example, chmod u+x myfile adds execute permissions for the user of myfile . And, <span>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 means recursive, diving into subdirectories as usual. Permission bits are of
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised 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.