文件名称:改变文件权限-RHCE认证用户基础
文件大小:522KB
文件格式:PPT
更新时间:2024-05-15 11:41:47
RHCE认证
改变文件权限 使用chmod 来改变文件的当前权限 chmod [-R] 权限 文件名 只有文件的拥有者和root才可以改变文件的权限 字符方式的基本语法是:chmod [ugoa] +或者-或者= [rwx] [文件...] 例如: [kevinz@stationXX kevinz] $ chmod o-r .bash_profile ( 赋予其他用户对文件.bash_profile可读的权限) [kevinz@stationXX kevinz] $ chmod u=rw .bash_profile ( 赋予文件拥有者对文件.bash_profile的权限是可读写)