Linux logs can be viewed /VAR/LOG directory this contains plain text text files.
You can view logs using ls command.
You can also view logs via dmesg, which prints the kernel ring buffer. It prints everything and sends you to the end of the file. From there, you can use the command dmesg | less to scroll through the output.
Comments
Post a Comment