51 chmod examples
Created Monday 07 September 2020
Change folder permissions to 755
sudo chmod 755 /var/lib/dhcpcd/
Make a script executable
chmod +x script-name
Created Monday 07 September 2020
Change folder permissions to 755
sudo chmod 755 /var/lib/dhcpcd/
Make a script executable
chmod +x script-name