How to set default folder view to "list"? [duplicate]

Solution 1:

You can do this in the Nautilus (Also called "Files") preferences window. Here's how:

  1. Make sure you have "Files" (program) running (or else the menus will NOT bring you the correct sub menus when you click on them)

  2. Click Edit > Preferences

  3. On the Views tab, select the List View viewing option next to "View new folders using:" and click close.

You're done!

Nautilus preferences window

Solution 2:

gsettings set org.gnome.nautilus.preferences default-folder-viewer 'list-view'

Options are 'list-view', 'icon-view' and 'compact-view'.