Answers for "cd permission denied"

1

cd: permission denied:

sudo chmod 775 directory_name
Posted by: Guest on November-05-2021
0

bash cd root permission denied

The best thing to do is sudo su or su, then cd to /root. You can (if you want) string together commands like this: su -c "cd /root; dostuff", but the first way is easier if you need to get into /root.
Posted by: Guest on December-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language