Glam Prestige Journal

Bright entertainment trends with youth appeal.

One of my SUSE Linux Enterprise Server 12 SP5 is in production. A few days ago for some workaround, we executed the below commands :

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

After that some command linux command like ls, ll are not showing contents.

 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>

please suggest me the solution for this problem ?

5 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy