[root@localhost ~]# touchtouch: 缺少了檔案運算元Try 'touch --help' for more information.[root@localhost ~]# touch abc
[root@localhost ~]# ll
總用量 8
drwxr-sr-x. 2 root root 6 11月 7 19:34 123-rw-r--r--. 1 root root 0 11月 7 19:36 abc-rw-------. 1 root root 1696 9月 13 06:37 anaconda-ks.cfg-rw-r--r--. 1 root root 1727 10月 27 03:37 initial-setup-ks.cfgdrwxr-xr-x. 2 root root 6 11月 3 00:09 公共drwxr-xr-x. 2 root root 6 11月 3 00:09 模板drwxr-xr-x. 2 root root 6 11月 3 00:09 視訊drwxr-xr-x. 2 root root 6 11月 3 00:09 圖片drwxr-xr-x. 2 root root 6 11月 3 00:09 文件drwxr-xr-x. 2 root root 6 11月 3 00:09 下載drwxr-xr-x. 2 root root 6 11月 3 00:09 音樂drwxr-xr-x. 2 root root 6 11月 3 00:09 桌面[root@localhost ~]# useradd wy777
[root@localhost ~]# chown wy777 abc
[root@localhost ~]# ll
總用量 8
drwxr-sr-x. 2 root root 6 11月 7 19:34 123-rw-r--r--. 1 wy777 root 0 11月 7 19:36 abc-rw-------. 1 root root 1696 9月 13 06:37 anaconda-ks.cfg-rw-r--r--. 1 root root 1727 10月 27 03:37 initial-setup-ks.cfgdrwxr-xr-x. 2 root root 6 11月 3 00:09 公共drwxr-xr-x. 2 root root 6 11月 3 00:09 模板drwxr-xr-x. 2 root root 6 11月 3 00:09 視訊drwxr-xr-x. 2 root root 6 11月 3 00:09 圖片drwxr-xr-x. 2 root root 6 11月 3 00:09 文件drwxr-xr-x. 2 root root 6 11月 3 00:09 下載drwxr-xr-x. 2 root root 6 11月 3 00:09 音樂drwxr-xr-x. 2 root root 6 11月 3 00:09 桌面
[root@localhost ~]# chown :wy777 abc
[root@localhost ~]# ll
總用量 8
drwxr-sr-x. 2 root root 6 11月 7 19:34 123-rw-r--r--. 1 wy777 wy777 0 11月 7 19:36 abc-rw-------. 1 root root 1696 9月 13 06:37 anaconda-ks.cfg-rw-r--r--. 1 root root 1727 10月 27 03:37 initial-setup-ks.cfgdrwxr-xr-x. 2 root root 6 11月 3 00:09 公共drwxr-xr-x. 2 root root 6 11月 3 00:09 模板drwxr-xr-x. 2 root root 6 11月 3 00:09 視訊drwxr-xr-x. 2 root root 6 11月 3 00:09 圖片drwxr-xr-x. 2 root root 6 11月 3 00:09 文件drwxr-xr-x. 2 root root 6 11月 3 00:09 下載drwxr-xr-x. 2 root root 6 11月 3 00:09 音樂drwxr-xr-x. 2 root root
[root@localhost ~]# chmod g+s def
[root@localhost ~]# ll def
-rw-r-Sr--. 1 root root 0 Nov 5 22:44 def
[root@localhost ~]# chmod g-s def
[root@localhost ~]# ll
-rw-r--r--. 1 root root 0 Nov 5 22:44 def
[root@localhost ~]# mkdir /123
[root@localhost ~]# ll /
total 16
drwxr-xr-x. 2 root root 6 Nov 5 23:28 123
lrwxrwxrwx. 1 root root 7 Aug 12 2018 bin -> usr/bin
dr-xr-xr-x. 5 root root 4096 Sep 8 19:39 boot
drwxr-xr-x. 20 root root 3200 Nov 5 22:05 dev
drwxr-xr-x. 80 root root 8192 Nov 5 22:38 etc
drwxr-xr-x. 3 root root 19 Nov 5 22:38 home
lrwxrwxrwx. 1 root root 7 Aug 12 2018 lib -> usr/lib
lrwxrwxrwx. 1 root root 9 Aug 12 2018 lib64 -> usr/lib64
drwxr-xr-x. 2 root root 6 Aug 12 2018 media
drwxr-xr-x. 3 root root 18 Sep 8 19:37 mnt
drwxr-xr-x. 2 root root 6 Aug 12 2018 opt
dr-xr-xr-x. 222 root root 0 Nov 5 22:05 proc
dr-xr-x---. 4 root root 181 Nov 5 22:51 root
drwxr-xr-x. 25 root root 720 Nov 5 22:06 run
lrwxrwxrwx. 1 root root 8 Aug 12 2018 sbin -> usr/sbin
drwxr-xr-x. 2 root root 6 Aug 12 2018 srv
dr-xr-xr-x. 13 root root 0 Nov 5 22:05 sys
drwxrwxrwt. 3 root root 40 Nov 5 23:27 tmp
drwxr-xr-x. 12 root root 144 Sep 8 19:36 usr
drwxr-xr-x. 20 root root 278 Sep 8 19:44 var
[root@localhost ~]# su - wy10
Last login: Thu Nov 5 23:13:07 CST 2020 on pts/1
[wy10@localhost ~]$ cd /123
[wy10@localhost 123]$ ll
total 0
[wy10@localhost 123]$ pwd
/123
[wy10@localhost 123]$ rm -f 123
[wy10@localhost 123]$ ll
total 0
[wy10@localhost tmp]$ getfacl abc
# file: abc
# owner: root
# group: root
user::rw-
user:wy10:rw-
group::r--
mask::rw-
other::