Simple trick in Ubuntu to become root if your user has the sudo group assigned to it (this way you won’t need to type sudo in front of every command)
sudo -i
Simple trick in Ubuntu to become root if your user has the sudo group assigned to it (this way you won’t need to type sudo in front of every command)
sudo -i