Skip to content
Follow
Ubuntu Linux

Open Nautilus as Administrator in Ubuntu

Richard
Written by
Richard
Sep 3, 2022 Updated Jul 12, 2026 2 min read
How to Enable or Disable Microsoft Defender Cloud Protection
How to Enable or Disable Microsoft Defender Cloud Protection

Ubuntu runs standard user accounts by default, which keeps the system secure but makes heavy-duty file management tricky.

⚡ Quick Answer

Open the terminal with Ctrl+Alt+T and run the command sudo nautilus. This will launch the file manager with administrator privileges, allowing you to manage protected files and folders. You will be prompted for your password.

In Ubuntu Linux, logging in as a standard user is standard practice. To perform administrative tasks, developers use the sudo command to gain root (administrator) privileges.

Opening File Manager or Nautilus with root privileges while logged into a standard account presents a challenge. A tool called nautilus-admin used to work, but it no longer does.

Once installed, this tool claims to let you open files and folders as an administrator from the context menu . Testing shows it falls short of expectations. While installation completes correctly, the utility still prevents the deletion of files owned by the root user.

Editing configuration files and opening folders as root or administrator remains a helpful capability. The method below demonstrates how to accomplish this.

This guide assumes your account has administrative permissions (meaning you can run commands with sudo) and belongs to the sudoers file.

Without the ability to run the sudo command, the steps below will fail.

Press Ctrl -- Alt -- T to open the terminal.

Run the command below to launch the application, and type your password when prompted.

🐧Bash / Shell
sudo nautilus

Typing the correct password allows the file manager (Nautilus) to open with administrator or root privileges, provided the user holds the necessary permissions.

Open Nautilus as Administrator in Ubuntu Linux terminal
windows 11 open file manager as root

Browsing or deleting folders currently locked by an active process or another user remains restricted.

That covers the basics of launching your file browser with elevated rights.

  • Opening File Manager as an administrator in Ubuntu Linux can be useful for editing files and managing folders that require root privileges.
  • The traditional terminal method and running "sudo nautilus" still works for opening File Manager with root access.
  • While third-party tools like nautilus-admin may not function as expected, the sudo command remains a reliable option for accessing File Manager with elevated privileges.
  • Following the steps outlined in this post, users can effectively utilize root or administrative privileges to perform necessary tasks within File Manager.

Was this guide helpful?

0% of readers found this helpful (1 votes)

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Turn "Week Numbers" On or Off for Calendar in Ubuntu Linux
Ubuntu Linux How to Turn "Week Numbers" On or Off for Calendar in Ubuntu Linux
How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04
How to Install KDE Desktop on Ubuntu 24.04
Ubuntu Linux How to Install KDE Desktop on Ubuntu 24.04
How to Enable Root User on Ubuntu 24.04
Ubuntu Linux How to Enable Root User on Ubuntu 24.04

0 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *