这是在linux下的信息
[root@1 ~]# ll
ls: reading directory .: Input/output error
total 0
[root@1 ~]# ls
ls: reading directory .: Input/output error
[root@1 ~]# pwd
/root
[root@1 ~]# cd /etc/
[root@1 etc]# ls
ls: reading directory .: Input/output error
[root@1 etc]# ll
ls: reading directory .: Input/output error
total 0
请问在linux下怎么禁用ls ll 命令呢?