nautilus
Default file explorer for GNOME desktop environment. Also known as GNOME Files. More information: <https://manned.org/nautilus>.
Install
- All systems
-
curl cmd.cat/nautilus.sh
- Debian
-
apt-get install nautilus
- Ubuntu
-
apt-get install nautilus
- Alpine
-
apk add nautilus
- Arch Linux
-
pacman -S nautilus
- Kali Linux
-
apt-get install nautilus
- CentOS
-
yum install nautilus
- Fedora
-
dnf install nautilus
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nautilus
- Raspbian
-
apt-get install nautilus
- Dockerfile
- dockerfile.run/nautilus
- Docker
-
docker run cmd.cat/nautilus nautilus
powered by Commando
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
© tl;dr; authors and contributors