mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 04:52:24 +00:00
Update cheatsheets
This commit is contained in:
38
linux/nautilus
Normal file
38
linux/nautilus
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user