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

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

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

成都創(chuàng)新互聯(lián)公司作為成都網(wǎng)站建設公司,專注網(wǎng)站建設公司、網(wǎng)站設計,有關成都定制網(wǎng)站方案、改版、費用等問題,行業(yè)涉及成都石涼亭等多個領域,已為上千家企業(yè)服務,得到了客戶的尊重與認可。

2、復制/etc目錄下所有以p開頭,以非數(shù)字結尾的文件或目錄到/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文件中的內(nèi)容轉(zhuǎn)換為大寫后保存至/tmp/issue.out文件中

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

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

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

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

(2)、創(chuàng)建用戶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)、創(chuàng)建用戶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)、創(chuàng)建用戶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)

標題名稱:linux文件管理與用戶管理命令的用法
轉(zhuǎn)載源于:http://muchs.cn/article46/gddohg.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供關鍵詞優(yōu)化網(wǎng)站改版、軟件開發(fā)、定制網(wǎng)站商城網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

商城網(wǎng)站建設