12,使用者,使用者組,許可權控制 考題

2021-09-24 03:57:37 字數 889 閱讀 6841

a. 乙個

b. 多個

登入 xiaohei ( 可以檢視檔案內容,可以修改檔案內容 )

登入 xiaoma ( 只可以檢視檔案內容,不可以修改檔案內容 )

登入 xiaozhi ( 不能檢視檔案內容 )。

切換使用者 ,使用 root 許可權

b , b

數字chmod 764 aa.txt

useradd -d /home/xiaohei xiaohei

useradd -d /home/xiaoma xiaoma

useradd -d /home/xiaozhi xiaozhi

groupadd shanghai

groupadd beijing

usermod -a -g shanghai xiaohei

usermod -a -g shanghai xiaoma

usermod -a -g beijing xiaozhi

su xiaohei

cd /home/xiaohei

touch heima.txt

cd /home

chmod 777 /xiaohei

cd /home

chmod 640 heima.txt

chgrp shanghai heima.txt

su xiaohei

cd /home

cat heima.txt

vim heima.txt

su xiaoma

cd /home

cat heima.txt

vim heima.txt

su xiaozhi

cd /home

cat heima.txt

vim heima.txt

使用者 組 許可權

使用者 組 許可權 一 許可權 r,w,x 1.檔案許可權 r 可讀,可以使用類似cat等命令檢視檔案內容 w 可寫,可以編輯或刪除此檔案 x 可執行,exacutable,可以命令提示符下當作命令提交給核心執行 2.目錄許可權 r 可以對此目錄執行ls以列出內部的所有檔案 w 可以在此目錄建立檔案...

使用者組許可權

使用者user linux使用者 username uid 管理員 root,0 普通使用者 1 65535 組group 使用者和組的配置檔案 linux使用者和組的主要配置檔案 etc passwd 使用者及其屬性資訊 名稱 uid 駐足id等 etc group 組及其屬性資訊 etc sha...

使用者 組 許可權

令牌token,identity建立使用者 useradd 預設值設定 etc default useradd linux 使用者 username uid 管理員 root,0 普通使用者 1 65535 系統使用者 1 499,1 999 centos7 對守護程序獲取資源進行許可權分配 登入使...