What permissions are needed? I mean the minimum permission needed to actually cd into a directory.
It's just a general question I have. If someone has executable permissions is that enough to be able to access a directory via the CD command? Thanks!
sudo adduser newuser10
, then you can switch between users withsu - <user name>
command. Now you can create a directory in one user, give it different permissions, switch to another user, and check what can changes are there. Assuming you can usesudo
command. – sps Oct 12 '15 at 02:37