Monday, 3 March 2014

How to assign permission remove permission to a file

"chmod" command is used to set file permissions in Linux.
we can also use six different options for assign permission or remove permission -
for assign permission to file we can use =
+r
+w
+x

for remove permission to file we can use =
-r
-w
-x

example :-

chmod +x abc.sh

No comments:

Post a Comment