Answers for "linux giving permission to all files"

1

how to give all permission to a directory in linux

sudo chmod -R ugo+rwx /path/to/folder

// @Zenonymous
Posted by: Guest on December-17-2021

Code answers related to "linux giving permission to all files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language