How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
Use pkill -f, which matches the pattern for any part of the command line
pkill -f my_pattern
tar – archive utility
To view the contents of tar file without extracting tar -tf filename.tar.gz To extract specific…
