پس یعنی این کتاب ترتیب رو اشتباه گفته :
Under Linux, permissions are grouped by owner, group, and others, with read, write, and
execute permission assigned to each, like so:
Owner Group Others
Rwx rwx rxw
Permissions can be indicated by mnemonic or octal characters. Mnemonic characters are
. r indicates permission for an owner, member of the owner’s group, or others to open
and read the file.
. w indicates permission for an owner, member of the owner’s group, or others to open
and write to the file.
. x indicates permission for an owner, member of the owner’s group, or others to execute
the file (or read a directory).
نقل از کتاب Sams.Ubuntu.Unleashed.2011.Edition.Dec.2010
پس یعنی این کتاب ترتیب رو اشتباه گفته :
Under Linux, permissions are grouped by owner, group, and others, with read, write, and
execute permission assigned to each, like so:
Owner Group Others
Rwx rwx rxw
Permissions can be indicated by mnemonic or octal characters. Mnemonic characters are
. r indicates permission for an owner, member of the owner’s group, or others to open
and read the file.
. w indicates permission for an owner, member of the owner’s group, or others to open
and write to the file.
. x indicates permission for an owner, member of the owner’s group, or others to execute
the file (or read a directory).
نقل از کتاب Sams.Ubuntu.Unleashed.2011.Edition.Dec.2010
ترتیب گفته شده در متن شما و اونی که بنده گفتم تفاوتی نداره !!
Owner Group Others
مجوز سایر افراد - مجوز گروه مالک - مجوز مالک
شما باید از چپ به راست بخونید (!!)
توصیه میکنم حتما سه مرجعی که جناب امیرمهری معرفی کردن رو مطالعه کنید ؛ البته در اکثر متونی که من مطالعه کردم به دلیل عدم درج مبنای باینری ، کاربر به درستی توجیه نمیشه که چرا عدد 7 به معنای rxw هست و 0 به معنی --- به همین دلیل مجبور به حفظ کردن ارقام میشه در حالی که با دانستن مبنای باینری ، معادل سازی رقم در مبنای 8 برای اونها خیلی راحت خواهد بود (متاسفانه با نگاه اجمالی که به این سه لینک معرفی شده انداختم در هیچ کدام به این مورد اشاره نشده بود)