• 0 Posts
  • 4 Comments
Joined 1 年前
cake
Cake day: 2024年9月9日

help-circle



  • 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.