Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
what is wtmp file?
Name: beginner Date: September 12, 2002 at 00:43:42 Pacific OS: hpux CPU/Ram: xxx
Comment:
hi there
what is wtmp file? my var file is 100% full and i using this command /dev/null > wtmp and clear the content.. it this is permanent solution for this ? and what coz the wtmp file growing bigger compare to other machine?
Name: Frank Date: September 12, 2002 at 01:48:46 Pacific
Reply:
wtmp includes the information about the loggin on your system. You can read it via the "last" command. The growing depends on the amount of loggins in your system. Unfortuanly there is no option in standard unix to automate a proces which kepps only let say 6 month in it.
Summary: What is wrong in this: $ for i in 'find /cygdrive/*/R/S/INFO2'; do cp /cygdrive/d/R/S/infocp $i; done cp: target `/cygdrive/d/R/S/INFO2' is not a directory Note: INFO2 and infocp are files Thankx in ...
Summary: Hi, can anybody explain me what DCOP is? I was trying to find some information on it but i couldn't. I have the directory /usr/local/share/doc/HTML/en/kdelibs-apidocs/dcop, but it is empty. Another ...
Summary: I use pine for mail, but my folders started getting huge, so I made a simple little script to tar/gzip all the files when I exit pine and then untar/gunzip when I am going in to access everything. My...