CHMOD uses several options and the -R option changes permission to folder and its subfolders.
chmod <permissionsettings> <dirname>
To change permission we normally use chmod command and it change permission to the current file or directory only.
To change permission to a folder and all of its subfolders use -R option.
chmod -R <permissionsettings> <dirname>
No comments:
Post a Comment