That’s obviously just reskinned domain/os. You thought you could fool us, but you haven’t got one over on me!
- 0 Posts
- 2 Comments
Joined 10 months ago
Cake day: September 9th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Small pedantic correction, but you can’t preface every command with sudo; only executables can be invoked with sudo as it can’t elevate your current shell. Naturally, the way to execute non-executables such as builtin routines as root is to just spawn into a root shell with sudo su.