snippetbashTip
nautilus — Default file explorer for GNOME desktop environment. Also known as GNOME Files. See also: `dolphin`,
Viewed 0 times
commandgnomeclifilenautilusexplorerfordefault
linux
Problem
How to use the
nautilus command: Default file explorer for GNOME desktop environment. Also known as GNOME Files. See also: dolphin, caja, thunar, vifm. More information: <https://manned.org/nautilus>.Solution
nautilus — Default file explorer for GNOME desktop environment. Also known as GNOME Files. See also: dolphin, caja, thunar, vifm. More information: <https://manned.org/nautilus>.Launch Nautilus:
nautilusLaunch Nautilus as root user:
nautilus admin:/Launch Nautilus and display a specific directory:
nautilus {{path/to/directory}}Launch Nautilus with a specific file or directory selected:
nautilus --select {{path/to/file_or_directory}}Launch Nautilus in a separated window:
nautilus --new-windowClose all Nautilus instances:
nautilus --quitDisplay help:
nautilus --helpCode Snippets
Launch Nautilus
nautilusLaunch Nautilus as root user
nautilus admin:/Launch Nautilus and display a specific directory
nautilus {{path/to/directory}}Launch Nautilus with a specific file or directory selected
nautilus --select {{path/to/file_or_directory}}Launch Nautilus in a separated window
nautilus --new-windowContext
tldr-pages: linux/nautilus
Revisions (0)
No revisions yet.