A Linux command below will change ownership (user & group) of a particular directory and also apply for all files and sub directories inside that directory.
chown -R username:group directory |
A Linux command below will change ownership (user & group) of a particular directory and also apply for all files and sub directories inside that directory.
chown -R username:group directory |
chown -R username:group directory