亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

linux文件管理與用戶管理命令的用法

發布時間:2020-05-29 17:53:23 來源:億速云 閱讀:244 作者:鴿子 欄目:系統運維

1、顯示/etc目錄下,以非字母開頭,后面跟了一個字母以及其它任意長度任意字符的文件或目錄。

[root@centos7 etc]# ls -d /etc/[^[:alpha:]][:alpha:]*

2、復制/etc目錄下所有以p開頭,以非數字結尾的文件或目錄到/tmp/mytest1目錄中。

[root@centos7 etc]# mkdir /tmp/mytest1 && cp -a /etc/[p]*[^[:digit:]] /tmp/mytest1/
[root@centos7 etc]# ls /tmp/mytest1/  #查看結果
pam.d   passwd-       pinforc  plymouth  pnm2ppa.conf  postfix  prelink.conf.d  profile    protocols  purple
passwd  pbm2ppa.conf  pki      pm        popt.d        ppp      printcap        profile.d  pulse      python

3、將/etc/issue文件中的內容轉換為大寫后保存至/tmp/issue.out文件中

[root@centos7 etc]# tr 'a-z' 'A-Z' < /etc/issue >/tmp/issue.out
[root@centos7 etc]# cat /tmp/issue.out  查看內容
\S
KERNEL \R ON AN \M

4、請總結描述用戶和組管理類命令的使用方法并完成以下練習:

(1)、創建組distro,其GID為2019;

[root@centos7 etc]# groupadd distro -g 2019
[root@centos7 etc]# getent group distro #驗證distro的GID
distro:x:2019:

(2)、創建用戶mandriva, 其ID號為1005;基本組為distro;

[root@centos7 etc]# useradd mandriva -u 1005 -g distro
[root@centos7 etc]# id mandriva  #驗證mandriva的UID號和基本組
uid=1005(mandriva) gid=2019(distro) groups=2019(distro)

(3)、創建用戶mageia,其ID號為1100,家目錄為/home/linux;

[root@centos7 etc]# useradd mageia -u 1100 -d /home/linux
[root@centos7 etc]# getent passwd mageia  #驗證結果
mageia:x:1100:1100::/home/linux:/bin/bash

(4)、給用戶mageia添加密碼,密碼為mageedu,并設置用戶密碼7天后過期

[root@centos7 etc]# echo "mageedu" | passwd mageia --stdin -x 7
[root@centos7 etc]# getent shadow mageia  #驗證結果
mageia:!!:18308:0:7:7:::

(5)、刪除mandriva,但保留其家目錄;

[root@centos7 etc]# userdel mandriva
[root@centos7 etc]# ls /home/  #驗證結果 mandriva目錄依舊存在
diyoujia  linux  mandriva  slackware  test

(6)、創建用戶slackware,其ID號為2002,基本組為distro,附加組peguin;

[root@centos7 etc]# useradd slackware -u 2002 -g distro -G peguin
[root@centos7 etc]# id slackware  #驗證結果
uid=2002(slackware) gid=2019(distro) groups=2019(distro),2020(peguin)

(7)、修改slackware的默認shell為/bin/tcsh;

[root@centos7 etc]# chsh slackware -s /bin/tcsh
[root@centos7 etc]# getent passwd slackware  #驗證結果
slackware:x:2002:2019::/home/slackware:/bin/tcsh

(8)、為用戶slackware新增附加組admins;

[root@centos7 etc]# usermod slackware -aG admins
[root@centos7 etc]# id slackware  #驗證結果
uid=2002(slackware) gid=2019(distro) groups=2019(distro),2020(peguin),2021(admins)

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

双桥区| 甘孜| 阳春市| 肃北| 安顺市| 贵港市| 高安市| 旌德县| 永宁县| 富阳市| 平乐县| 花莲县| 古田县| 宁夏| 济阳县| 元阳县| 秦皇岛市| 长沙市| 双桥区| 宜兰县| 达尔| 阿图什市| 宁河县| 滨海县| 长海县| 大宁县| 杂多县| 深圳市| 宁国市| 新晃| 孟州市| 通化市| 镇坪县| 南岸区| 方山县| 水城县| 余江县| 巴楚县| 康平县| 电白县| 昌都县|