I somehow always seem to forget how to do this the simple way:
chmod -R ug+rw /yourfolder
This will change yourfolder permissions to 775 and all folders inside recursively to 775, but all files in the folder(s) will be set to 664.
I somehow always seem to forget how to do this the simple way:
chmod -R ug+rw /yourfolder
This will change yourfolder permissions to 775 and all folders inside recursively to 775, but all files in the folder(s) will be set to 664.
Everyone knows that crontab entries look like this:
* * * * * /usr/local/bin/my-script
Which will execute command “my-script” every minute.
Continue reading “Cron @reboot execute command on system start like rc.local”