Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Log files in /usr/adm

Status
Not open for further replies.

SimonPeh

MIS
Joined
Sep 11, 2002
Messages
96
Location
SG
Hi Guys,

Anyone know which programs generates the files "pacct" in /usr/adm. I just check my files and realised that there are dozens of pacct1 to pacct500 files. Can I delete them to consolidate space ?

And i have run out of space in /usr/sap directoy. Any idea where I can delete the logs or unused files ?

Thank you for any advice.
 
Try to put accounting off.

Hope This Help
PH.
 
how do I turn them off ?

Pls advise
 
To see if accounting is enable:
Code:
/usr/lib/acct/acct_enable -c
To disable accounting:
Code:
/usr/lib/acct/acct_enable -n

Hope This Help
PH.
 
How do you turn them on again and what does this accounting does ?

Will there be any impact if I delete the log for these ?

Thank you
 
System accounting logs various system activity for security or performance reasons. If you are never actually looking at the logs then there's no point in running them, so you may as well leave it disabled.

Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top