IDK exactly what you’re trying to do, but you can use chmod -r ugo+rw to add read+write permissions for everyone for all files in a folder recursively.
chmod -r ugo+rw
deleted by creator
Ask specific questions about how to code something in sh, bash, zsh, etc
General bash discussion on lemmy.ml
Create Post From: lemmy.ml
IDK exactly what you’re trying to do, but you can use
chmod -r ugo+rw
to add read+write permissions for everyone for all files in a folder recursively.deleted by creator
deleted by creator