Re: Application Problems & Questions
From: Steve Bertrand (iaccounts_at_northnetworks.ca)
Date: 12/24/03
- Previous message: gffds fsdff: "Application Problems & Questions"
- In reply to: gffds fsdff: "Application Problems & Questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: gffds fsdff <eurijk666@hotmail.com> Date: Wed, 24 Dec 2003 14:26:20 -0500
> So I am running FreeBSD as our master server for the network. It is working
> extremely well. Here is where the problem comes into play; I want to run zDS
> for FreeBSD. This probably makes me sound new, but when I run the program, I
> do not know how to get back into the shell without exiting the program
> (making it non-multi-tasking for me). Is their a single to do so? If not
> could you make one?
>
How about running it in the background. Just put an ampersand behind the
command, ie:
# progname &
will run the program progname in the background and kick you back to
your shell.
> ALSO: I am not sure how to run the program at boot.
>
Write a script that contains the startup command for the program, end
the script with a .sh extension and make it executable. This script
should live in /usr/local/etc/rc.d
Hope this helps :o)
Merry hoho!
Steve
> Another Worry: If I can not get zDSBot to switch onto the shell, then I
> probably can not run Half-Life Dedicated Server for Linux (under binaries)
> either.
>
> Can you please help me! Thank you.
>
> - A guy
>
> _________________________________________________________________
> Working moms: Find helpful tips here on managing kids, home, work and
> yourself. http://special.msn.com/msnbc/workingmom.armx
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: gffds fsdff: "Application Problems & Questions"
- In reply to: gffds fsdff: "Application Problems & Questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|