Re: How can I make a program keep running even after I logout?

2004-12-15 Thread Mat Kovach
On Wed, Dec 15, 2004 at 07:40:02PM +0100, Nico Meijer wrote:
 Hi,
 
  I want to cvsup or/and portupgrade and logout but the program keep
  running?
 
 Try screen: /usr/ports/misc/screen
 
 To run it, simply type `screen`, do your work, type Ctrl-A d to detach
 (you can go home now). Log in again, type `screen -r`. Be happy.

You can also use nohup 

man 1 nohup

But screen is an excellent choice also but might be over kill 
for this specific purpose.

I use something like:

$ nohup sudo cvsup -g -L 2 /etc/cvsupdate 
appending output to /home/kovachme/nohup.out

-- 
Mat Kovach
Cleveland, Ohio
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: UsersFiles and Quota

2004-05-25 Thread Mat Kovach
* [EMAIL PROTECTED] [2004-05-24 23:58:30 -0500]:

 Is there a way to list files on my system that belong to a certain user. I
 have quotas enabled and cannot find out where all the space is being used. 

man find

something like :

find / -type ff -userusername  username_files should work for you.

-- 
Mat Kovach
Cleveland, Ohio
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dual processor and FreeBSD 4.9

2004-05-10 Thread Mat Kovach
* [EMAIL PROTECTED] [2004-05-10 20:16:50 +0200]:

 Hello, I am in trouble with FreeBSD 4.9p, I have got dual processor server 
 (2 x Pentium II 400MHz) and I would like that FreeBSD could be able to use 
 the both of them. I have readen that you need to compile the kernel once 
 again, but I would like to know which modifies I should apply to resolve 
 this trouble. 

 Thanks.

Google is your friend:

http://myturl.com/000yP

-- 
Mat Kovach
Cleveland, Ohio
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]