答:
1、
[root@totooco ~]# who | cut -c1-9 | sort -u
2、
[totooco@totooco ~]$ who | cut -c1-9 | head -1
3、
[root@totooco ~]# cat /etc/passwd | cut -d: -f7 | grep -v /sbin/nologin | sort -n | uniq -c | head -1
4、
[root@totooco ~]# sort -t: -k3 -nr /etc/passwd | tail -10 | tr 'a-z' 'A-Z' &> /tmp/maxusers.txt
5、
[root@totooco ~]# ifconfig eth0 | grep inet
6、
[root@totooco ~]# ls /etc/*.conf | tr 'a-z' 'A-Z' &> /tmp/etc.test
7、
[root@totooco ~]# ls /var/ | wc -l
8、
[root@totooco ~]# cat /etc/group | sort -n -t: -k3 | head -10 | cut -d: -f1
9、
[root@totooco tmp]# cat /etc/fstab /etc/issue > /tmp/etc.test2
10、
①
[root@totooco tmp]# groupadd -g 2016 distro
②
[root@totooco tmp]# useradd -u 1005 -g 2016 mandriva
③
[root@totooco tmp]# useradd -u 1005 -g 2016 mandriva
④
[root@totooco tmp]# echo 'mageedu' | passwd –stdin mageia
⑤
[root@totooco tmp]# userdel mandriva
⑥
[root@totooco tmp]# useradd -u 2002 -g distro -G peguin slackware
⑦
[root@totooco tmp]# usermod -s /bin/tcsh slackware
⑧
[root@totooco tmp]# usermod -G admins slackware
⑨
[root@totooco tmp]# passwd slackware
[root@totooco tmp]# passwd -n3 -x180 -w3 slackware
⑩
[root@totooco tmp]# useradd -u 3003 -g clouds -G peguin,nova openstack
⑪
[root@totooco tmp]# useradd -r -s /sbin/nologin mysql
⑫
[root@totooco tmp]# echo 'mageedu' | passwd –stdin openstack
原创文章,作者:Net20_totooco,如若转载,请注明出处:http://www.178linux.com/18594
评论列表(1条)
不用写答,不过写的很棒,可以在多关注一下排版的技巧,取ip地址好像不对吧