Post Asr1yugmujINcwnb9c by [email protected] | |
More posts by [email protected] | |
Post #AsqXVVUMX42GRl35lI by [email protected] | |
0 likes, 0 repeats | |
that is how do it. what about you? sudo -i? sudo -s? su -? gksudo? runuser? pke… | |
Post #AsqXagqniTiV8J12no by [email protected] | |
0 likes, 0 repeats | |
@nixCraft $ <command>Error: this command must be run as root.$ sudo !! | |
Post #AsqXleqHWXLU5c0EOu by [email protected] | |
0 likes, 0 repeats | |
@nixCraft I do both, but mostly "sudo -i", so I guess you could say I… | |
Post #AsqY1iWta9e09uaoSm by [email protected] | |
0 likes, 0 repeats | |
@nixCraft $ suPassword:# | |
Post #AsqYIjnM88fp0TPM5g by [email protected] | |
0 likes, 0 repeats | |
@nixCraft su -, but that’s probably similar to a “look at the old guy put t… | |
Post #AsqYQF0CV8F7oxzgAa by [email protected] | |
0 likes, 0 repeats | |
@nixCraft what really annoys me is tutorials telling users to use 'sudo vi&… | |
Post #AsqYVLW1iDSjTBJYeG by [email protected] | |
0 likes, 0 repeats | |
@nixCraft I will no longer mess with Ubuntu but if I had to:sudo su - | |
Post #AsqZKGaRnRpgx6fALA by [email protected] | |
0 likes, 0 repeats | |
@nixCraft Entering the command forgetting sudo. Then typing !! to execute the l… | |
Post #AsqZoHoHoTfzQwRzma by [email protected] | |
0 likes, 0 repeats | |
@nixCraft su - | |
Post #AsqcA6QozxuWQI0Pui by [email protected] | |
0 likes, 0 repeats | |
@nixCraft run0 | |
Post #AsqdLQGjgSzr5SFYKu by [email protected] | |
0 likes, 0 repeats | |
@nixCraft run0 | |
Post #AsqdmlQb7h1aWstrX6 by [email protected] | |
0 likes, 0 repeats | |
@nixCraft ssh -A root@host | |
Post #AsqijXPrGJmfySpq1A by [email protected] | |
0 likes, 0 repeats | |
@nixCraft I generally do either depending on how much I need to do as root.In o… | |
Post #AsqjyGlzWT0yeemBSC by [email protected] | |
0 likes, 0 repeats | |
@nixCraft sudo bash | |
Post #Asr1pQ5ZJe907ErZVQ by [email protected] | |
0 likes, 0 repeats | |
@bartjan @nixCraft what does sudo -e do? | |
Post #Asr1ytuZnyjNDQF60W by [email protected] | |
0 likes, 0 repeats | |
@bazkie @nixCraft edit the file without becoming root. It makes a copy of the f… | |
Post #Asr1yugmujINcwnb9c by [email protected] | |
0 likes, 0 repeats | |
@bazkie @nixCraft if you instead do 'sudo nano' you are running the edi… | |
Post #Asr2Ezp5atKsBPLo0m by [email protected] | |
0 likes, 0 repeats | |
@nixCraft doas | |
Post #Asr3APJzSpkVlsBEn2 by [email protected] | |
0 likes, 0 repeats | |
@thilo @nixCraft 😚🤌 my favorite, or at least the one I always end up doing | |
Post #Asr3CoFBm1RRe850Ua by [email protected] | |
0 likes, 0 repeats | |
ssh root@::1 | |
Post #AsrCYBP7l61D93zeYy by [email protected] | |
0 likes, 0 repeats | |
@nixCraft If I have to do more than one command in a row, sudo -i, all day, eve… | |
Post #AsrNM6ZB1EQiA58fEe by [email protected] | |
0 likes, 0 repeats | |
@nixCraftOn my poor Debian it's only su -😋 | |
Post #AssXQETElaUYXAvYY4 by [email protected] | |
0 likes, 0 repeats | |
@bartjan @nixCraft thanks for explaining! |