In my opinion, "sudo -i" might be added to the wiki articles. I would
prefer to see a warning concerning compound shell commands in *sudo* docs.
J, my impressions is that you read some docs strongly suggesting to
prefix every command instead of just becoming root.
Actually it is easier than this. I couldn't use a root account on Live CD, at least I didn't know how, so I had to stick with sudo.
And i thought sudo -i, you speaking about, is something like --interactive, which is not, how i see now...
Will this command (
for i in /dev /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do mount -B $i /mnt/$i; done)
work with
root? I will try to test.
If somebody is going to add a hint concerning sudo to wiki, please, make
I can try, but I lack a lot of knowledge to do that.