Showing posts with label chmod octet 777. Show all posts
Showing posts with label chmod octet 777. Show all posts

Thursday, June 24, 2021

chmod octet 777 vs -R ugo+rwx ??? Difference

 chmod -R 777 /efs  is not safer

chmod -R ugo+rwx /efs is safer - Does not override SETUID AND SETGID BITS - Just Appends permissions

https://unix.stackexchange.com/questions/296675/is-chmod-r-ugorwx-safer-than-chmod-r-777


sudo tee -a

Append text when using sudo

echo '104.20.186.5 www.cyberciti.biz' | sudo tee -a /etc/hosts

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass