how to change the default view of folders to detailed view [duplicate]
is it possible to set default view of all folders to detailed view or list view , instead of doing it every single time
and yeah, i am new to Ubuntu
Solution 1:
Open a Terminal with Ctrl + Alt + T and type:
gsettings set org.gnome.nautilus.preferences default-folder-viewer 'list-view'
and hit ENTER.
There are two more options you can use 'icon-view'
and 'compact-view'
.