中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

修武县| 福贡县| 湖北省| 赣榆县| 保靖县| 盘锦市| 景泰县| 泰安市| 香河县| 额济纳旗| 科技| 娱乐| 屏南县| 吴川市| 申扎县| 托克逊县| 淮南市| 辽源市| 西华县| 德保县| 株洲市| 通辽市| 正蓝旗| 马关县| 隆回县| 贺兰县| 屯昌县| 拜泉县| 香格里拉县| 繁昌县| 日土县| 霍城县| 漳州市| 儋州市| 航空| 新泰市| 和林格尔县| 象州县| 南丹县| 湄潭县| 九寨沟县|