It’s a really important switch for doing things like setting up wireguard, which has protected directories, you can’t actually enter the directory for wireguard setup without sudo -i
(I mean technically you probably can with sudo su, too, but this is more elegant and less redundant)
It’s a really important switch for doing things like setting up wireguard, which has protected directories, you can’t actually enter the directory for wireguard setup without
sudo -i
(I mean technically you probably can with
sudo su
, too, but this is more elegant and less redundant)My phones keyboard decided to capitalize, it’s -i
Thanks, we suffered the same fate.