1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages/linux/nautilus.md
Abhishek Kaith 91a6ac1225
nautilus: update page (#13271)
* Replaced `sudo nautilus` with `nautilus admin:/` for accessing files
   requiring root privileges.
2024-07-15 18:33:55 +02:00

34 lines
637 B
Markdown

# 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:
`nautilus`
- Launch 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-window`
- Close all Nautilus instances:
`nautilus --quit`
- Display help:
`nautilus --help`