skip to main
|
skip to sidebar
Linux System Admin
Friday, August 25, 2017
Change all folder only to read only.
find . -type d -exec chmod 0555 {} \;
For changing files only
find . -type f -exec chmod 0444 {} \;
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2017
(2)
▼
August
(2)
Change all folder only to read only.
How to secure cpanel/whm server ?
►
2009
(16)
►
July
(5)
►
June
(11)
About Me
James
View my complete profile
No comments:
Post a Comment