Linux ls 명령에 파일이 표시되지 않음

Linux ls 명령에 파일이 표시되지 않음

내 SUSE Linux Enterprise Server 12 SP5 중 하나가 생산 중입니다. 며칠 전 몇 가지 해결 방법을 위해 아래 명령을 실행했습니다.

cd /bin
#ln -s /usr/bin/env env

그 후 linux 명령과 같은 일부 명령 lsll내용을 표시하지 않습니다.

 oracle@livesrv:~> cd ahf_soft/
    oracle@livesrv:~/ahf_soft> pwd
    /home/oracle/ahf_soft                    **<< -------- My Current working directory**
    oracle@livesrv:~/ahf_soft> du -sm *      **<<-- I can see some file in this directory**
    357     AHF-LINUX_v20.2.0.zip
    364     ahf_setup
    1       README.txt
    oracle@livesrv:~/ahf_soft> ls            **<< -- ls command not showing anything**
    oracle@livesrv:~/ahf_soft> ls -la        **<< -- this command also not showing anything**
    oracle@livesrv:~/ahf_soft> ls -ld
    oracle@livesrv:~/ahf_soft> ls -d
    oracle@livesrv:~/ahf_soft> which ls
    /usr/bin/ls
    oracle@livesrv:~/ahf_soft> ls /usr/bin/ls
    oracle@livesrv:~/ahf_soft>

이 문제에 대한 해결책을 제안해주세요.

관련 정보