Linux CLI - File Permissions and Ownership
What will be the output or effect of the command:
sudo chgrp -R developers /home/project?sudo chgrp -R developers /home/project?-R option-R flag means recursive, so it applies the group change to the directory and all files and subdirectories inside it.sudosudo is used to run the command with root privileges, which is often needed to change group ownership on files you don't own.chgrp -R changes group recursively [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions