Unix File Permission in Details - chmod Calculator:DK®
This post will give you complete details about Unix file permission. chmod calculator help you to find out the numbers to execute chmod commands.DK®
777: all can read(4) / write(2) / execute(1) the file.
755: owner can do all, group / others can read / execute.
644: owner can read / write, group / others can read only.
data files: 666
configuration files not updated by the script: 644
directories: 777
This post will give you complete details about Unix file permission. chmod calculator help you to find out the numbers to execute chmod commands.DK®
What do the Chmod Settings Mean?DK®
Chmod tells the server the access privileges for a file. For example, common file settings are:777: all can read(4) / write(2) / execute(1) the file.
755: owner can do all, group / others can read / execute.
644: owner can read / write, group / others can read only.
Common Chmod Settings:DK®
cgi scripts: 755data files: 666
configuration files not updated by the script: 644
directories: 777
•You
“own” your files and directories
•user-group-other
read/write permissions
•-rw-r--r-- 1 DYADAV dstage 164870 27 Feb 17:58 6.bmp
•-rw-r--r-- 1 DYADAV dstage
164870 27 Feb 17:57 5.bmp
•-rw-r--r-- 1 DYADAV dstage
164870 27 Feb 17:57 4.5.bmp
•-rw-r--r-- 1 DYADAV dstage 164870 27 Feb 17:57 4.bmp
•chmod
command changes permissions
#chmod 604 6.bmp
-rw----r-- 1 DYADAV dstage164870 27 Feb 17:58 6.bmp
No comments:
Post a Comment