Results 1 to 3 of 3
i would like to be able to close an instance of the "File Browser" in a terminal command.
This needs to be done without killing nautilus completely..
Thanks...
- 07-26-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
Close File Browser in Terminal
i would like to be able to close an instance of the "File Browser" in a terminal command.
This needs to be done without killing nautilus completely..
Thanks
- 07-26-2010 #2
Hi and welcome rwr2640!
You can get the pid of the particular browser by executing this in the terminal:
Then kill the particular process byCode:$ sudo ps aux
Change "pid" w/ the actual numbers.Code:$ sudo kill pid
Good luck!
nujinini
Linux User #489667
- 07-26-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
Which Process
Say I have the home folder open and I need to close it.
What process am I looking for?
Thanks for your help


Reply With Quote