Where can I find linux daily report?
Hi,
Where can I find linux daily report? I want to see all the linux daily report in my system. Please do tell me how will I do that? I need a clear and brief procedure to follow. Thank you.
Hi,
Where can I find linux daily report? I want to see all the linux daily report in my system. Please do tell me how will I do that? I need a clear and brief procedure to follow. Thank you.
One of the most powerful and popular operating system, assembled under the model of free and open source software development and distribution. There are several Linux websites which gives you daily reports and updates about their operating systems, products, etc. Some helping sites given below-
1) http://www.thelinuxdaily.com/ – can give you daily news and updates.
2) http://www.linuxjournal.com/ – is also a helpful site.
3) http://www.linuxcompatible.org/news/channels – helps you get updates.
Hi Roger,
In Unix Systems, “daily report” is known as “system logs”. UNIX System provides the most powerful logging mechanism compared to all other platforms in the market. To learn how to access UNIX based logs follow this link http://www.tutorialspoint.com/unix/unix-system-logging.htm
Here you will find the different types of Syslog which are Facility, Priority, Action and Selector.
Syslog is the command you will use and it has different results based on what you are looking for. All this is explained on the tutorial link above.
You can also use the UNIX Log Agent to easily access logs. To learn more on this please follow this link