-2

I cannot get into /root and even when i use "sudo ls /root" it asks me for the password then nothing happens. Im new to linux and when I was testing out Kali linux i tried using permission commands like entering into /root but it did not accept. I tried using "sudo cd /root" but when i run this i get "sudo: cd: command not found". However when i check binaries in /bin the sudo command is there.

1 Answers1

0

Use sudo -s and enter password to change user to root. Then you can cd to /root

Gagan
  • 660