asishlla
Verified User
- Joined
- Jul 24, 2009
- Messages
- 235
hello
which command i need to chmod 755 to 644 in all of my custmers account in my server via ssh?
command for files to Set permissions 644
command for directory to Set permissions 755
this?:
find -type f -exec chmod 644 {} \;
find -type d -exec chmod 755 {} \;
is that it?
thanks
which command i need to chmod 755 to 644 in all of my custmers account in my server via ssh?
command for files to Set permissions 644
command for directory to Set permissions 755
this?:
find -type f -exec chmod 644 {} \;
find -type d -exec chmod 755 {} \;
is that it?
thanks