[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Reducing / directory



I'm about to reduce the size of / directory by the following:

cp -r /usr/doc /home/doc
cp -r /usr/man /home/man
cp -r /usr/X11R6 /home/X11R6
cp -r /usr/openv /home/openv

rm -r /usr/doc			# I'm aware of mv but prefer
rm -r /usr/man			# to use cp and rm manually
rm -r /usr/X11R6
rm -r /usr/openv

ln -s /usr/doc /home/doc
ln -s /usr/man /home/man
ln -s /usr/X11R6 /home/X11R6
ln -s /usr/openv /home/openv

Just thought I run the above through cobalt users before I
apply on my production machine.

Thanks.


- Mike