📄 chmod.1
字号:
.th CHMOD I 2/8/75.sh NAMEchmod \*- change mode.sh SYNOPSIS.bd chmodoctal file ....sh DESCRIPTIONThe octal modereplaces the mode of each of the files.The mode is constructed from the OR of thefollowing modes:.s3.lp +10 74000 set user ID on execution.lp +10 72000 set group ID on execution.lp +10 71000 sticky bit for shared, pure-procedure programs (see below).lp +10 70400 read by owner.lp +10 70200 write by owner.lp +10 70100 execute (search in directory) by owner.lp +10 70070 read, write, execute (search) by group.lp +10 70007 read, write, execute (search) by others.s3.i0Only the owner of a file (or the super-user) may change its mode..s3If an executable file is set up for sharing (``\*-n'' optionof.it "ld (I)"), then mode 1000 prevents the system fromabandoning the swap-space image of the program-text portionof the file when its last userterminates.Thus when the next user of the file executes it,the text need not be read from the filesystem but can simply be swapped in,saving time.Ability to set this bit is restricted to the super-usersince swap space is consumedby the images; it is only worth while for heavily used commands..s3.sh "SEE ALSO"ls (I),chmod (II).sh BUGS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -