Open Nautilus as Administrator in Ubuntu
This guide walks you through opening File Manager (Nautilus) as an administrator in Ubuntu Linux.
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, you log in as a standard user. To perform administrative tasks, you use the sudo command to gain root (administrator) privileges.
Once you’re logged in as a standard user, opening File Manager or Nautilus with root privileges is challenging. 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. I tried it, but it didn’t work as expected. While it installs correctly, it still prevented me from deleting files owned by the root user.
Having the ability to edit files and open folders as root or administrator can be quite useful. Below, I will show you how to accomplish this.
This post assumes you are a member of the sudoers file or can run the sudo command.
Without the ability to run the sudo command, the steps below will not work.
To run File Manager as root, press the keyboard shortcut Ctrl — Alt — T to open the terminal console.
Once the terminal is open, run the commands below to launch the file manager as an administrator.
sudo nautilus
It will prompt you to type your password. If you have the necessary permissions, the file manager (Nautilus) will open with administrator or root privileges.

You won’t be able to browse or delete folders that are in use by a process or another user.
That should do it!
Conclusion:
- 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)
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.
[…] can open nautilus as an administrator to copy the theme to that […]