chmod | bash | linux | command

2 months ago
8

#chmod #linux #bash
Using chmod command to modify permissions on files and folders

chmod g+w file.txt
chmod g+w,o-r file.txt
chmod -R g+w,o-r log_folder

Loading comments...