“Linux 文件属性”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“1”的新页面)
 
第1行: 第1行:
1
+
<syntaxhighlight lang="shell-session">
 +
[root@iZ8vbcjkeqbrdmmbt23vboZ ~]# ls -al
 +
total 9712172
 +
dr-xr-x---. 11 root root        4096 Jul 16 10:22 .
 +
dr-xr-xr-x. 18 root root        4096 Nov 29  2021 ..
 +
drwxr-xr-x  2 root root        4096 Jan 28  2023 9194654_www.jihongchang.top_apache
 +
-rw-r--r--  1 root root        5260 Jan 28  2023 9194654_www.jihongchang.top_apache.zip
 +
-rwxr--r--  1 root root        2172 Feb 10  2023 backup.sh
 +
-rw-------  1 root root        42508 Jul 16 15:08 .bash_history
 +
-rw-r--r--.  1 root root          18 Dec 29  2013 .bash_logout
 +
-rw-r--r--.  1 root root          176 Dec 29  2013 .bash_profile
 +
……
 +
</syntaxhighlight>

2024年7月17日 (三) 22:35的版本

[root@iZ8vbcjkeqbrdmmbt23vboZ ~]# ls -al
total 9712172
dr-xr-x---. 11 root root         4096 Jul 16 10:22 .
dr-xr-xr-x. 18 root root         4096 Nov 29  2021 ..
drwxr-xr-x   2 root root         4096 Jan 28  2023 9194654_www.jihongchang.top_apache
-rw-r--r--   1 root root         5260 Jan 28  2023 9194654_www.jihongchang.top_apache.zip
-rwxr--r--   1 root root         2172 Feb 10  2023 backup.sh
-rw-------   1 root root        42508 Jul 16 15:08 .bash_history
-rw-r--r--.  1 root root           18 Dec 29  2013 .bash_logout
-rw-r--r--.  1 root root          176 Dec 29  2013 .bash_profile
……