InterviewSolution
Saved Bookmarks
| 1. |
As A Administrator You Need To Monitor The /var/log/messages File In Real Time To Resolve The Issue? How Would You Do That? |
|
Answer» You can use TAIL command with -F option. FOLLOWING command will do the ASSIGNED task #tail -f /var/log/messages You can use tail command with -f option. Following command will do the assigned task #tail -f /var/log/messages |
|