|
服务器重启后是正常 但过一天又这样
有什么方法可以解决呢
[root@localhost ~]# service sshd restart
-bash: service: command not found
[root@localhost ~]# reboot
-bash: reboot: command not found
[root@localhost ~]# export PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin
[root@localhost ~]# source /etc/profile
-bash: /etc/profile: Input/output error
[root@localhost ~]# top
-bash: top: command not found
[root@localhost ~]# /bin/vi /etc/profile
-bash: /bin/vi: Input/output error
[root@localhost ~]# /bin/vi /etc/^Cofile
[root@localhost ~]# source /etc/profile
-bash: /etc/profile: Input/output error
[root@localhost ~]# vi ~/.bash_profile
-bash: vi: command not found
[root@localhost ~]# cd /
[root@localhost /]# ls
-bash: ls: command not found |
|