▲ 634 ▼ Andrew just wants to open his files on Windows 10 (programming.dev) submitted 2 years ago by starman@programming.dev to c/programmerhumor@lemmy.ml 147 comments fedilink hide all child comments https://answers.microsoft.com/en-us/windows/forum/all/windows-10-why-dont-i-have-permission-to-open-my/6f33e814-3cc6-4ce6-993c-dffcf1bb5b75
[–] Jimmyeatsausage@lemmy.world 38 points 2 years ago (1 child) "sudo is not recognized an an internal or external command" permalink fedilink source parent hideshow 2 child comments replies: [–] calebegg@lemmy.blahaj.zone 9 points 2 years ago (6 children) I literally saw that kind of message very recently on a nixos based machine and I literally had to stand up and do a lap. What in God's green earth do you mean there's no 'sudo'?? permalink fedilink source parent hideshow 12 child comments replies: [–] Swedneck@discuss.tchncs.de 5 points 2 years ago i mean there are other superuser commands, BSD doesn't use sudo for example, it uses "doas" permalink fedilink source parent [–] bleistift2@sopuli.xyz 5 points 2 years ago Linux: Keeps the same quirks in shells alive for half a century BeCaUsE bAcKwArDs CoMpAtIbIlItY. Also Linux: permalink fedilink source parent [–] asyncrosaurus@programming.dev 4 points 2 years ago* (1 child) apt remove sudo sudo is not installed on several distributions by default, so hardly surprising it's not there or that you can remove it. permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 1 point 2 years ago* It's not surprising you can remove it, but it seems contrary to teaching good habits to not install it by default as a basic utility. You don't want to train people to log in as root Actually I think the only way I can log in as root is sudo -i Pretty sure root has /bin/false as its shell and it's configured as no login my machines permalink fedilink source parent [–] booly@sh.itjust.works 3 points 2 years ago (1 child) If you follow the Arch installation guide it'll get you to a working system, but you'll need to install sudo yourself. It's not strictly required so it's not installed with the essential packages (or even the packages recommended for most users in the guide). permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 1 point 2 years ago Surely any user planning on using arch would want sudo. I mean if Ubuntu desktop didn't come with sudo I'd understand but arch? Linux From Scratch was a thing when I was still playing with Linux (rather than just using it) and that also was very much an if you want it, install it, but that suggested sudo as the likely alternative was the user would log in as root permalink fedilink source parent [–] uid0gid0@lemmy.world 3 points 2 years ago run0 for you my guy permalink fedilink source parent [–] FiskFisk33@startrek.website 3 points 2 years ago Nixos scares me permalink fedilink source parent
[–] calebegg@lemmy.blahaj.zone 9 points 2 years ago (6 children) I literally saw that kind of message very recently on a nixos based machine and I literally had to stand up and do a lap. What in God's green earth do you mean there's no 'sudo'?? permalink fedilink source parent hideshow 12 child comments replies: [–] Swedneck@discuss.tchncs.de 5 points 2 years ago i mean there are other superuser commands, BSD doesn't use sudo for example, it uses "doas" permalink fedilink source parent [–] bleistift2@sopuli.xyz 5 points 2 years ago Linux: Keeps the same quirks in shells alive for half a century BeCaUsE bAcKwArDs CoMpAtIbIlItY. Also Linux: permalink fedilink source parent [–] asyncrosaurus@programming.dev 4 points 2 years ago* (1 child) apt remove sudo sudo is not installed on several distributions by default, so hardly surprising it's not there or that you can remove it. permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 1 point 2 years ago* It's not surprising you can remove it, but it seems contrary to teaching good habits to not install it by default as a basic utility. You don't want to train people to log in as root Actually I think the only way I can log in as root is sudo -i Pretty sure root has /bin/false as its shell and it's configured as no login my machines permalink fedilink source parent [–] booly@sh.itjust.works 3 points 2 years ago (1 child) If you follow the Arch installation guide it'll get you to a working system, but you'll need to install sudo yourself. It's not strictly required so it's not installed with the essential packages (or even the packages recommended for most users in the guide). permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 1 point 2 years ago Surely any user planning on using arch would want sudo. I mean if Ubuntu desktop didn't come with sudo I'd understand but arch? Linux From Scratch was a thing when I was still playing with Linux (rather than just using it) and that also was very much an if you want it, install it, but that suggested sudo as the likely alternative was the user would log in as root permalink fedilink source parent [–] uid0gid0@lemmy.world 3 points 2 years ago run0 for you my guy permalink fedilink source parent [–] FiskFisk33@startrek.website 3 points 2 years ago Nixos scares me permalink fedilink source parent
[–] Swedneck@discuss.tchncs.de 5 points 2 years ago i mean there are other superuser commands, BSD doesn't use sudo for example, it uses "doas" permalink fedilink source parent
[–] bleistift2@sopuli.xyz 5 points 2 years ago Linux: Keeps the same quirks in shells alive for half a century BeCaUsE bAcKwArDs CoMpAtIbIlItY. Also Linux: permalink fedilink source parent
[–] asyncrosaurus@programming.dev 4 points 2 years ago* (1 child) apt remove sudo sudo is not installed on several distributions by default, so hardly surprising it's not there or that you can remove it. permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 1 point 2 years ago* It's not surprising you can remove it, but it seems contrary to teaching good habits to not install it by default as a basic utility. You don't want to train people to log in as root Actually I think the only way I can log in as root is sudo -i Pretty sure root has /bin/false as its shell and it's configured as no login my machines permalink fedilink source parent
[–] psud@aussie.zone 1 point 2 years ago* It's not surprising you can remove it, but it seems contrary to teaching good habits to not install it by default as a basic utility. You don't want to train people to log in as root Actually I think the only way I can log in as root is sudo -i Pretty sure root has /bin/false as its shell and it's configured as no login my machines permalink fedilink source parent
[–] booly@sh.itjust.works 3 points 2 years ago (1 child) If you follow the Arch installation guide it'll get you to a working system, but you'll need to install sudo yourself. It's not strictly required so it's not installed with the essential packages (or even the packages recommended for most users in the guide). permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 1 point 2 years ago Surely any user planning on using arch would want sudo. I mean if Ubuntu desktop didn't come with sudo I'd understand but arch? Linux From Scratch was a thing when I was still playing with Linux (rather than just using it) and that also was very much an if you want it, install it, but that suggested sudo as the likely alternative was the user would log in as root permalink fedilink source parent
[–] psud@aussie.zone 1 point 2 years ago Surely any user planning on using arch would want sudo. I mean if Ubuntu desktop didn't come with sudo I'd understand but arch? Linux From Scratch was a thing when I was still playing with Linux (rather than just using it) and that also was very much an if you want it, install it, but that suggested sudo as the likely alternative was the user would log in as root permalink fedilink source parent
[–] FiskFisk33@startrek.website 3 points 2 years ago Nixos scares me permalink fedilink source parent