Re: detach a process

2003-04-06 Thread David A. Bandel
On Sat, 5 Apr 2003 21:41:44 -0800 Shawn Tayler [EMAIL PROTECTED] wrote: Hi Guys, Is there an easy way at the command line to start a detached process, ie. in OS/2 you could type detach 'any command you wanted to run' The command would run and the detached session would terminate with

Re: detach a process

2003-04-06 Thread Joel Hammer
That should work. You can also see what jobs are running in the background with: jobs There are a number of commands you can use to control jobs running in the background or the foreground. After all, unix/linux began as a commandline interface with only a single available screen. I would read:

Re: detach a process

2003-04-06 Thread Roger Oberholtzer
If it is a C program, there is the C function call 'daemon()'. This is for doing this in a program you compile. Otherwise, it is difficult to detach a program from it's input/output devices without the program's cooperation. It looks more like you want the program to run in the background and

Re: gforce2 (MX400) with nvida drivers 1.0-4349

2003-04-06 Thread Gerry Doris
On Sun, 6 Apr 2003, Collins Richey wrote: I've just installed the nvidia drivers on my Slack 9.0 system, and the only way it will work is to disable AGP. It craps out totally with either the kernel agp module or the nvidia agp module, but it works ok with agp disabled. I'm on a Aazza

Re: Request comparison of relative strenths of the variousjournaling file systems

2003-04-06 Thread Brett I. Holcomb
Check back through the past posts. There was one recently with a link to a comparision between XFS and at least one of the others. And then there are all of us here who have our favorites G. Seriously, some people here have tested some of the different file systems under stressfull

Re: Iptables/Forwarding Problem

2003-04-06 Thread Matthew Carpenter
what does cat /proc/sys/net/ipv4/ip_forward give you? If it's a 0 then you need to turn on IP Forwarding. (this can be done temporarily by typing echo 1 /proc/sys/net/ipv4/ip_forward) On Thu, 03 Apr 2003 08:48:43 -0500 [EMAIL PROTECTED] wrote: Hello All, First of all. I am a linux novice.