”— title: ‘Linux Terminal Commands’ layout: post tags: [] category: Uncategoried —
Set sudo always on:
change folder permissions: sudo -i
sudo chmod a+rw /usr/lib/cgi-bin/
a = all users
r = read
w = write
https://askubuntu.com/questions/719996/how-can-i-give-full-permission-to-folder-and-subfolder
”