Skip to content

Commit

Permalink
nautilus: add page (tldr-pages#5735)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-m-d authored Apr 14, 2021
1 parent d84f31d commit 20b4915
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions pages/linux/nautilus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# nautilus

> Default file explorer for GNOME desktop environment.
> Also known as GNOME Files.
> More information: <https://manned.org/nautilus>.
- Launch Nautilus:

`nautilus`

- Launch Nautilus as root user:

`sudo nautilus`

- 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`

0 comments on commit 20b4915

Please sign in to comment.