How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
Don’t wrap long lines in linux terminal
printf '\033[?7l' ls -l /a/folder/that/contains/files/with/long/names printf '\033[?7h'
Use pkill -f, which matches the pattern for any part of the command line
pkill -f my_pattern