Unix File Permission in Details - chmod Calculator:
This post will give you complete details about Unix file permission. chmod calculator help you to find out the numbers to execute chmod commands.
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.
This post will give you complete details about Unix file permission. chmod calculator help you to find out the numbers to execute chmod commands.
WHAT DO THE CHMOD SETTINGS MEAN?
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
•user-group-other read/write permissions
•-rw-r--r-- 1 DYADAV dstage 164870 27 Feb 17:58 a.txt
No comments:
Post a Comment