Nautilus Admin is a simple Python extension for the Nautilus file manager that adds some administrative actions to the right-click menu:
- Open as Administrator: opens a folder in a new Nautilus window running with administrator (root) privileges.
- Edit as Administrator: opens a file in a Gedit window running with administrator (root) privileges.
- Run as Administrator: runs an executable file with administrator (root) privileges inside a GNOME Terminal.
Running the File Manager, the Text Editor or an executable with Administrator privileges is dangerous! You can easily destroy your system if you are not careful! Think twice before doing so, especially before running untrusted executables downloaded from the Internet. They can contain malware, which can do irreversible damage to your system when given Administrator privileges!
You will be warned the first time you use one of the actions above.
You can download the latest version of the extension from the Releases page.
Check the INSTALL.md file for instruction on how to compile the extension from source.
You can report bugs and ask questions at the extension's issue tracker.
Check the CONTRIBUTING.md file for info on how to contribute.