Hi all,
I have this issue... I extracted a couple of directories from a zipfile and they are owned by root:root . and not available for others. The problem is that I cannot use sudo to get into these directories because when I do a
it says :
Ofcourse I can always use chmod and chown to get access, which is what I did... but It's odd that sudo , which gives you root privileges, cannot cd to a directory that is owned by root.
Anybody know if this is either a bug or a design flaw, or if I just messed up my install? ;-) Or maybe there is a very good reason for not having cd available to sudo .. please explain.
I have this issue... I extracted a couple of directories from a zipfile and they are owned by root:root . and not available for others. The problem is that I cannot use sudo to get into these directories because when I do a
Code:
sudo cd backupdir
Code:
sudo: cd: command not found
Anybody know if this is either a bug or a design flaw, or if I just messed up my install? ;-) Or maybe there is a very good reason for not having cd available to sudo .. please explain.
Comment