How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
How to check/test .tar.bz archives?
First test bzip2 compression, It should output OK. bzip2 -tv FILE.tar.bz2 Next uncompress the tarball,…
tar – archive utility
To view the contents of tar file without extracting tar -tf filename.tar.gz To extract specific…
