JohnS Guru
 Joined: 18/11/2011 Location: United KingdomPosts: 4298 |
| Posted: 10:23pm 04 Mar 2026 |
|
|
|
You can do anything (including overwriting the whole system!) using sudo
If you want to do several things as root you can typically use sudo bash
and you have a root shell. You can get out of it using exit (or end of file, usually Ctrl-D)
But remember it is easy to ruin your system!! (which is why they've made root a bit harder to use)
John Edited 2026-03-05 08:24 by JohnS |