Skip to content

Instantly share code, notes, and snippets.

@andrewpayne68
Created November 7, 2025 13:23
Show Gist options
  • Select an option

  • Save andrewpayne68/8fee9f86a3749f8fcb51105017705164 to your computer and use it in GitHub Desktop.

Select an option

Save andrewpayne68/8fee9f86a3749f8fcb51105017705164 to your computer and use it in GitHub Desktop.
open the Ubuntu file manager as root

Open the Ubuntu file manager (Nautilus) as root

You can open the Ubuntu file manager as root by using

admin:// 

in the file manager's location bar or by using the terminal command sudo -H nautilus. Using admin:// is the recommended method as it is safer than running the entire application as root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment