LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

nautilus

default file manager for the GNOME desktop environment

TLDR

Launch Nautilus file manager
$ nautilus
copy
Open a specific directory
$ nautilus [path/to/directory]
copy
Open as root user
$ nautilus admin:/
copy
Open with a file or directory selected
$ nautilus --select [path/to/file_or_directory]
copy
Open in a new window
$ nautilus --new-window
copy
Close all Nautilus instances
$ nautilus --quit
copy

SYNOPSIS

nautilus [--new-window] [--select] [--quit] [URI...]

DESCRIPTION

Nautilus (GNOME Files) is the default file manager for the GNOME desktop environment. It provides graphical file browsing, management, and navigation with support for local and remote filesystems.Features include tabbed browsing, bookmarks, file previews, search, and integration with GNOME services. The admin:// URI scheme allows privileged file operations with polkit authentication.

PARAMETERS

--new-window

Open a new window instead of using existing instance
--select
Select specified file or directory in parent folder
--quit, -q
Close all Nautilus instances
--version
Display version information
--help, -h
Display help information

URI SCHEMES

file://

Local filesystem paths
admin://
Browse filesystem as root (polkit authentication)
trash://
View trash contents
recent://
View recently accessed files
sftp://
Browse remote SSH/SFTP servers
smb://
Browse Windows/Samba shares
ftp://
Browse FTP servers

INSTALL

sudo apt install nautilus
copy
sudo dnf install nautilus
copy
sudo pacman -S nautilus
copy
sudo apk add nautilus
copy
sudo zypper install nautilus
copy
nix profile install nixpkgs#nautilus
copy

CAVEATS

Running as root with admin:// requires polkit authentication. Remote filesystem support depends on GVFS backends being installed. Some features require GNOME desktop integration.

HISTORY

Nautilus was originally developed by Eazel in 1999-2001 and named after the submarine in Jules Verne's "Twenty Thousand Leagues Under the Sea." After Eazel's closure, it became the standard GNOME file manager, now officially called GNOME Files.

SEE ALSO

dolphin(1), thunar(1), caja(1), nemo(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid