Welcome Guest, Not a member yet? Register   Sign In
question about directory permissions
#4

If you want to recursively change directory permissions in a bash one liner:


Code:
sudo find /path/to/project -type d -print0 | xargs -0 chmod 0755
Reply


Messages In This Thread
RE: question about directory permissions - by skunkbad - 03-20-2018, 06:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB