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 file system in unix??
Which Command is Used for temprary switch User?
Differentiate cat command from more command.
How do you know about running processes of a particular user?
What is the use of awk command in unix?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
What are grep patterns?
What does find command return in unix?
What is the use of sed command in unix?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
what are the different commands used to view the contents of a file?
What is command statement?