I want to change the permision of userx for all directory /
But how to do that? I want to remove write and execute rights.
This way I give other users only read permission, but that affect all users. I want to affect only user: userx.
Any idea?
But how to do that? I want to remove write and execute rights.
Code:
chmod -R 764 /*
Any idea?