On Mon, 28 Jan 2002, alexis Vasquez wrote:

>  --- "Taylor, ForrestX" <[EMAIL PROTECTED]>
> escribi�: > > It's a working server and the users
> conections
> > made
> > > the /tmp grows a huge.
> > > ...
> > ...
> Filesystem            Size  Used Avail Use% Mounted on
> /dev/sda1              98M   81M   12M  87% /
> /dev/md0              8.4G  2.3G  5.7G  28% /datprg
> /dev/sda7             234M  190M   31M  86% /home
> /dev/sda5             1.2G  599M  616M  50% /usr
> tienda:/home          2.5G 1002M  1.4G  41% /tienda
> 
> How do I make symbolics links of /tmp and /var/log
> to directories on /usr filesystem??
> 
    I'd expect the following to work:

    mkdir /usr/tmp /usr/log
    chmod a+rwxt /usr/tmp
    chmod 755 /usr/log
    mv /tmp/* /usr/tmp
    mv /var/log/* /usr/log
    rm -rf /tmp /var/log
    ln -s /usr/tmp /tmp
    ln -s /usr/log /var

-- 
Steven Yellin



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to