Linux ls コマンドでファイルが表示されない

Linux ls コマンドでファイルが表示されない

私の SUSE Linux Enterprise Server 12 SP5 の 1 つが稼働中です。数日前、回避策として以下のコマンドを実行しました。

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

その後、 などの一部のコマンド Linux コマンドではls内容llが表示されません。

 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>

この問題の解決策を提案していただけますか?

関連情報