1、chown利用 chown 将指定文件的拥有者改为指定的用户或组将文件 1.txt 的拥有者设为 root,组的使用者 admin :[root@gongsi-A shell]# chown root.admin 1.txt

3、ping命令向网络主机发送ICMP回传请求[root@gongsi-A shell]# ping 192.168.20.1

5、uniqLinux uniq 命令用于检查及删除文本文件中重复出现的行列,一般与 sort 命令结合使用。原有文件[root@gongsi-A shell]# cat 1.txtnihao 1nihao 1nihao 1a 1a 1a 1

