#Quick question: is there something like Windows option Run as administrator for Linux Mint?
4 messages · Page 1 of 1 (latest)
while you should NOT run most added-on programs as root, it is available to do so for the file manager, some disk cleaners like Bleachbit, and text editors when needed.
Thank you 🙂
Stunner is right. Shouldn't be done for most things.
From the command line
pkexec <program>
Or sudo <program>
Or login as root with sudo su then run the program call. <program>.