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 |
to list a particular line in the file
In UNIX, what is the command to edit contents of the file?
what is the use of uniq commmand?
how to find the 51th record of a file containing 100 records in unix.
what does the job command do?
what are the different commands used to view the contents of a file?
What are filter commands in unix?
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
How to use grep command to list find the records of a file containing 10 different strings?
Explain ‘library functions’ with respect to unix commands?
What is the comma to show the space allocation of files?
Which command will you use to change the permissions on file?