09/08/07 23:47:13 vqTE1lW3
Fedora11を導入したのですが、 「ls -l」 の出力で情報がちょっと増えている事に気がつきました。
$ ls -l /etc/passwd /etc/hosts
-rw-r--r--. 2 root root 159 2009-08-07 20:12 /etc/hosts
-rw-r--r--. 1 root root 1619 2009-08-07 19:59 /etc/passwd
以下はCentOS5です。Fedora11はファイルのパーミッションの所に「.」(ドット)が一つ多いでしょ。
$ ls -l /etc/passwd /etc/hosts
-rw-r--r-- 2 root root 210 Sep 20 2007 /etc/hosts
-rw-r--r-- 1 root root 1678 Aug 4 20:17 /etc/passwd
意味をご存じの方は居ませんか?