2

We have been cautioned not to use sudo nautilus to open Nautilus as root.

Have not been able to download gksu for 19.04.

Have also tried to install nautilus-admin to 19.04 without success.

Is it still possible to right click a file in Nautilus and select "open as administrator" in 19.04?

What to do?

pomsky
  • 70,557
C.S.Cameron
  • 20,530
  • 12
  • 78
  • 125

1 Answers1

4

You may use the GVfs admin backend by adding admin:// to the beginning of the full path to your preferred directory.

For example launch Nautilus and press Ctrl+L to enable the address-bar, and then enter for example admin:/// to open the / directory or admin:///usr/ to open the /usr/ directory.

Alternatively, launch Terminal and run

nautilus admin:///

to open the / directory or

nautilus admin:///usr/

to open the /usr/ directory etc.

pomsky
  • 70,557