How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
Performing Incremental backups using tar
https://www.unixmen.com/performing-incremental-backups-using-tar/
Turn off monitor using command line
The xset command mentioned in other answers will turn off all the monitors if you have multiple…