Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,230
    Hi and welcome rwr2640!

    You can get the pid of the particular browser by executing this in the terminal:

    Code:
    $ sudo ps aux
    Then kill the particular process by

    Code:
    $ sudo kill pid
    Change "pid" w/ the actual numbers.

    Good luck!
    nujinini
    Linux User #489667

  3. #3
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...