command
ssh login user name @ login IP address
Example ssh connection from user run computer to user pome, IP: 12.23.23.23 computer ssh [email protected]
Skip X and make an ssh connection. Then display the folder with the nautilus command
Example ssh -Y -C [email protected] -Y: X forwarding specification -C: Compression of communication content (improves responsiveness)
What is the nautilus command? "Nautilus" is a graphical shell that makes up the GNOME desktop environment. Run the "nautilus" command from your terminal to open the GNOME Files screen.
Return to table of contents
nautilus command format nautilus [optional] [location (URI)]
Return to table of contents
Main options of nautilus Short option Long option Meaning -w --new-window Always open the specified location (URI) in a new window -n --no-default-window Show only windows in explicitly specified locations --no-desktop Do not manage desktop (ignore GSettings settings, * 1) --force-desktop Manage desktop (ignore GSettings settings, * 2) -q --quit Kill running Nautilus -s --select Select the specified location (display the parent folder if a directory is specified)
Recommended Posts