forked from tldr-pages/tldr
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nautilus: add page (tldr-pages#5735)
- Loading branch information
1 parent
d84f31d
commit 20b4915
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |