Say I run for example, chmod u+w web/sites/default.
chmod u+w web/sites/default
What does chmod u+w mean and is there a longer but clearer command?
chmod u+w
I understand from man chmod that u here means user (owner), but what is w here? I didn't find it in the man.
man chmod
u
w
man