Basic Unix Commands
Basic Unix Commands
owner
$: changemod u-w marchas
$; changemod 514 marchas
task 8: add back the change permission to owner to marchas
$: changemod u+w marchas
task 9: give change and execute permission to other for marchas
$: chmod 0=wx marchas
task 9: remove both both change and execute permission from other
$: chhmod 0-wx marchas
task 10 : remove all permissioon from group and other user
$: chmod go= marchas
exercise
1, change your working directory to /etc/
2, change the default permission the ff
u = rx
g = ---
o = w
3, on a system the command umask -S give us the ff from what will be the permission
in octal format
u= x , g=r ,o=w
4, add the read write and execute permisson to owner and other but group as a
default permission setting
5, giving the following command umask 273 hello and then configure the default
permission and write to owner adn group , other have