Linux權限相關介紹

上圖中: u 代表 本用戶 g 代表 本用戶所在的組 o 代表 other 其他用戶 a 代表 all  所有用戶  chmod 代表 change mode(修改存取的模式) 如上圖 chmod o+w myfile.txt    代表把other用戶的權限 增加(+)一個w的權限(w代表write 寫)   如上圖 chmod o-w myfile.txt    代表把other用戶的權限 減
相關文章
相關標籤/搜索