1 2 3 4 5 6 7 8 9 10 11 12 13
| [root@test ~]# cat /etc/redhat-release CentOS release 6.5 (Final) [root@test ~]# uname -a Linux test 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux [root@test ~]# file /bin/wipefs /bin/wipefs: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped [root@test ~]# ll /bin/wipefs -rwxr-xr-x 1 root root 2384177 Jul 18 2013 /bin/wipefs [root@monitor ~]# lsattr /bin/wipefs ----i--------e- /bin/wipefs [root@monitor ~]# lsattr /bin/ddus-uidgen ----i--------e- /bin/ddus-uidgen
|