Where LOG fiels resides in AIX and pls tel me how to remove
the log file
Answers were Sorted based on User's Feedback
Answer / sureshkumar.s
log files are stored in TMP directory......
| Is This Answer Correct ? | 12 Yes | 6 No |
Answer / irfan
All LOG files are stored in /var directory.......
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / basanta barman
log files are stored in TMP directory
To remove the log files we use rm*.log command
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / supriya
Log files are stored in TMP directory.
to remove the log file the following command is used:
rm*.log
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pramod
logs will be in /var/adm & /var/adm/ras
using rm cmd we can remove logs
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitin sharma
To Remove we use rm command
so to remove log file we use
rm*.log
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the protocol for PING command?
distinguish between paging and swapping?
Which command is used to kill the last background job?
what is the difference between SED and GREP ? Which one is more better and why?
What is “chmod” command?
What do know about tee command and its usage?
Why is it called a shebang?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
What is awk good for?
What command is used to check the current users?
which command is used to stop a running process in unix?
Is grep faster than awk?