|
#1
| ||||
| ||||
| Programs running while logged off? Okay in windows xp you can have programs running while you are logged off. Is there a way to do this in Mac OS X?
__________________ 2 imac g4s with superdrive 512 ram iBook 500 combo drive iPod 5gb iMac 400mhz dv Powerbook 800mhz 60 gig hd 1 gig of ram |
|
#2
| ||||
| ||||
| Probably. Oh, you wanted a more explicit answer? I know that in Unix you can send a process to the background, in which case it is either suspended or running, depending on how you sent it to the background. When you log out it's still running (or suspended). I'll do some experimentation when I get home and send an update (unless someone else beats me to it with real info ).Usually you can start a process and keep it running in the background by appending an & after the command: my_command & To suspend a process type control-Z. This is all assuming that you're using the command line, btw... |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finder thinks it isn't running at login (But it is) | JeffCGD | Mac OS X System & Mac Software | 5 | June 13th, 2003 02:07 AM |
| Understanding my path and running my dumb perl programs | karavite | Mac OS X System & Mac Software | 6 | November 22nd, 2001 03:18 PM |
| running cgi programs | softbreeze | Mac OS X System & Mac Software | 1 | January 26th, 2001 08:49 PM |