I tried to use Mac Force Quit... from Apple menu, but I could not find them. Fortunately, there is an alternative way to do it. Here are the steps to do:
- Open Terminal
- Type command:
ps -A |grep Drop
. You will see Dropbox application process id(pid), time and application location. - Type the command to kill the Dropbox:
kill [pid]
.
All those ps and kill commands are most commonly used UNIX commands.
4 comments:
Huh?
Thanks, worked like a charm! (Easy to forget the power of the terminal on a mac.)
Huh??? That was a waste of time
many thanks.
Post a Comment