Tagged Questions
3
votes
2answers
547 views
Will a Perl script still run after I log out of my user account?
I have started a Perl script from the terminal that runs in the background:
>perl myScript.pl &
If I logout, will it stop my script from running?
Thanks!
10
votes
3answers
1k views
Log out other user w/o first switching to that user
My wife use separate accounts and quick user switching on a MBP running 10.6. Sometimes I want to log her out to free up some RAM, but I'd like to avoid logging in as her, logging out, then logging ...