System Grab Bag

View all TLDR pages from Linux (or from all pages)

nemo

Manages files and directories in Cinnamon desktop environment. More information: https://manned.org/nemo.
  • Open the current user home directory:
    nemo
  • Open specific directories in separate windows:
    nemo {{path/to/directory1 path/to/directory2 ...}}
  • Open specific directories in tabs:
    nemo --tabs {{path/to/directory1 path/to/directory2 ...}}
  • Open a directory with a specific window size:
    nemo --geometry={{600}}x{{400}} {{path/to/directory}}
  • Close all windows:
    nemo --quit

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.