"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
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