2

how to change 'nautilus's default directory path to a specific folder when it runs from terminal command? (i. e. :~$ nautilus (It opens default 'Home' folder). Changes made in /usr/share/applications/nautilus-home.desktop and in /usr/share/applications/nautilus.desktop files, still it opens the default home folder. (OS ubuntu 14.04 & 16.04)

1 Answers1

-1

If you want to open Desktop

sudo nautilus Desktop

If you want to open root dir

sudo nautilus /

Specification is

sudo nautilus yout_dir