View Single Post

   
  #2 (permalink)  
Old 02-15-2008, 11:44 AM
Jeff Liebermann
 
Posts: n/a
Default Re: Get rid of man pages to clear root space

On 16 Jan 2004 18:10:08 GMT, abbms@aol.com (ABBMS) wrote:

>SCO Unix Openserver 5.0.6.
>can I kill off /opt/K/SCO/Unix/5.0.6ga/man/??? any or all?
>to make more root space?


No. I suggest you use scoadmin to gracefully remove parts and pieces
of the operating system, rather than using rm.

>Better question would be:
>How can I remove all of the man pages w/out
>disrupting anything?


No. SCO man pages include a local server (scohelp or something like
that). It will start without finding the man pages and complain
endlessly. Use scoadmin or custom to do the damage. Strictly
speaking, you don't need them if you have internet access as they are
on the SCO web pile at:
http://www.sco.com/support/docs/openserver/
http://docsrv.sco.com:507/cgi-bin/manform

>Google search, and SCO's site does not provide info for
>removing the man pages. Any ideas?


You might wanna read:
http://www.aplawrence.com/Unixart/nospace.html
before obliterating your documentation. There are plenty of files
that tend to grow endlessly, that can easily be removed or truncated.
There is also the potential for some program to have gone bezerk and
generated huge log files full of repetitious error messages. Look for
huge files in the root filesystem over 10MB with:
find / -xdev -type f -size +20000 -exec l -d {} \;



--
Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
(831)421-6491 pgr (831)336-2558 home
http://www.LearnByDestroying.com AE6KS
jeffl@comix.santa-cruz.ca.us jeffl@cruzio.com
Reply With Quote