RHEL6 ls çıkışındaki yeni tam durdurma / süre ne anlama geliyor?


16

Daha önce orada bulunmayan izin girişinin sonunda ls -lfazladan görünen RHEL v6 sistemlerinde son zamanlarda başarısız olan izin bilgileri için çıktı çıktısına bakan komut dosyalarımız .var:

[root@rhel6vm ~]# ls -l
total 44
-rw-------. 1 root root  1399 Aug 17 15:01 anaconda-ks.cfg
-rw-r--r--. 1 root root 25485 Aug 17 15:01 install.log
-rw-r--r--. 1 root root  7253 Aug 17 14:59 install.log.syslog
[root@rhel6vm ~]#
          ^
          | up there

Tam durak ne anlama geliyor? Ve yerinde başka ne görünebilir?


1
We have scripts looking at the output of ls, bu genellikle kötü bir fikirdir . Ls ayrıştırmak kötü bir fikirdir. Bu amaçla stat çıktısına veya başka bir araca bakmak daha iyi olur.
Zoredache

Yanıtlar:


19

bilgi ls gösterir:

  Following the file mode bits is a single character that specifies
 whether an alternate access method such as an access control list
 applies to the file.  When the character following the file mode
 bits is a space, there is no alternate access method.  When it is
 a printing character, then there is such a method.

 GNU `ls' uses a `.' character to indicate a file with an SELinux
 security context, but no other alternate access method.

 A file with any other combination of alternate access methods is
 marked with a `+' character.

aha - man ls' but didn't think of bilgi ls ' baktı - teşekkürler
Rob Oxspring

8

GNU ls, .SELinux güvenlik içeriğine sahip bir dosyayı belirtmek için bir karakter kullanır , ancak başka alternatif erişim yöntemi kullanmaz.

Alternatif erişim yöntemlerinin herhangi bir kombinasyonunu içeren bir dosya bir +karakterle işaretlenir .

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.