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!
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!
x - execute - permission needed to cd into the directory.
r - read - permission needed to do a ls inside the directory.
w - write - permissions needed to create a new file (or sub-directory) inside the directory.