Linux系統ls異常會影響網路服務重啟操作

mi_zy發表於2016-12-27
Linux系統ls異常會影響網路服務重啟操作
[root@ACC-1 ~]# cd /bin
[root@ACC-1 bin]# ls
alsaunmute            env                 mkdir            sh
dumpkeys              ls                  rview            zcat
[root@ACC-1 bin]# file ls
ls: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
[root@ACC-1 bin]# whereis ls
ls: /bin/ls /usr/share/man/man1p/ls.1p.gz /usr/share/man/man1/ls.1.gz
[root@ACC-1 bin]# mv ls lls
[root@ACC-1 bin]# echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
[root@ACC-1 bin]# ls
-bash: /bin/ls: 沒有那個檔案或目錄
[root@ACC-1 bin]# service network restart
/etc/init.d/network: line 48: ls: command not found
/etc/init.d/network: line 48: ls: command not found
關閉環回介面:                                             [確定]
/etc/init.d/network: line 48: ls: command not found
彈出環回介面:                                             [確定]
[root@ACC-1 bin]# service sshd restart
停止 sshd:                                                [確定]
正在啟動 sshd:                                            [確定]
[root@ACC-1 bin]# mv lls ls
[root@ACC-1 bin]# service network restart
正在關閉介面 bond0:                                       [確定]
正在關閉介面 eth2:                                        [確定]
關閉環回介面:                                             [確定]
彈出環回介面:                                             [確定]
彈出介面 bond0: Determining if ip address 168.192.11.31 is already in use for device bond0...
                                                           [確定]
彈出介面 eth2: Determining if ip address 168.192.13.31 is already in use for device eth2...
                                                           [確定]
[root@ACC-1 bin]# service sshd restart
停止 sshd:                                                [確定]
正在啟動 sshd:                                            [確定]
[root@ACC-1 bin]#

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7970627/viewspace-2131468/,如需轉載,請註明出處,否則將追究法律責任。

相關文章