Find is best command to apply permission to directories and files recursively to all .
For Directories
find /desired_location -type d -print0 | xargs -0 chmod 0755
For Files
find /desired_location -type f -print0 | xargs -0 chmod 0644
Find is best command to apply permission to directories and files recursively to all .
For Directories
find /desired_location -type d -print0 | xargs -0 chmod 0755
For Files
find /desired_location -type f -print0 | xargs -0 chmod 0644
Writing an essay may sound like a humungous chore and it will undoubtedly take a considerable amount of willpower to craft a custom co...
© 2023 | Padheye.com : Discover Excellence
No comments:
Post a Comment