Checking your Ubuntu Version
Related Posts
How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Find And List All Hidden Files Recursively
Recursively list all hidden files and directories on Linux/Unix The basic syntax is as follows:…