PDA

View Full Version : [ubuntu] Stopping one instance of Nautilus in bash



foberle
October 24th, 2012, 07:19 PM
I'm using Ubuntu 12.04.

I have a shell script (bash) for backups in which I start an instance of Nautilus to show the directory to which the backups will be copied. It works just fine, but I can't figure out how to stop just that instance of Nautilus at the conclusion of the backup.

I tried to look for a process I could kill, but it seems as if there is only one process for Nautilus and, if I kill it, I will also close any other instances that are open.

Any ideas ??