Dear Friends,
Please have a look at my new tool CHMOD Calculator.
It is used to get the Octal value for file permissions in Linux.
It is built with Google's AngularJS and material design (materializecss.com)
http://praveengandhi.github.io/chmod_calc.html
Once the value is decided then that can be used to change the file permissions in linux using the following command
chmod -R 755 .
-R is for recursive
. is current directory
Hope it is useful to you :)
Please have a look at my new tool CHMOD Calculator.
It is used to get the Octal value for file permissions in Linux.
It is built with Google's AngularJS and material design (materializecss.com)
http://praveengandhi.github.io/chmod_calc.html
Once the value is decided then that can be used to change the file permissions in linux using the following command
chmod -R 755 .
-R is for recursive
. is current directory
Hope it is useful to you :)
No comments:
Post a Comment