Re: Symbolic Link Creating

2002-07-21 Thread Brian T. Schellenberger
On Monday 22 July 2002 02:38 am, Devdas Bhagat wrote: | On 22/07/02 01:41 -0400, Brian T. Schellenberger wrote: | | | > I would do | > | > mkdir /usr/var | > mv /var/log /usr/var/log | > ln -s /usr/var/log /var | | I would probably HUP syslogd too, given that the original files would be | open wh

Re: Symbolic Link Creating

2002-07-21 Thread Devdas Bhagat
On 22/07/02 01:41 -0400, Brian T. Schellenberger wrote: > I would do > > mkdir /usr/var > mv /var/log /usr/var/log > ln -s /usr/var/log /var I would probably HUP syslogd too, given that the original files would be open when you mv them. Devdas Bhagat To Unsubscribe: send mail to [EMAIL PROTECT

Re: Symbolic Link Creating

2002-07-21 Thread Brian T. Schellenberger
On Monday 22 July 2002 01:34 am, [EMAIL PROTECTED] wrote: | Hi | I am trying to work out how to symlink my log files from /var | to /usr/var (?/usrvar/log/) as var is full.to create some space. | Should I copy the logs across then make the link? | How do I actually make the link? Do I make it

Symbolic Link Creating

2002-07-21 Thread [EMAIL PROTECTED]
Hi I am trying to work out how to symlink my log files from /var to /usr/var (?/usrvar/log/) as var is full.to create some space. Should I copy the logs across then make the link? How do I actually make the link? Do I make it for each file or can I do this for the whole directory?Both Lin