Category: Linux

Posted on March 12, 2019 by Destry Hines

On redhat based systems like CentOS and Fedora, the log file is in: /var/log/secure For Debian based systems like UBuntu it's in: /var/log/auth.log  

Posted on March 12, 2019 by Destry Hines

What are Linux log files? Log files store important information about events that have occurred on the server. These log files should be monitored by system administrators to make sure their servers...

Posted on August 20, 2015 by Destry Hines

Text files on Windows vs. Unix computers have different ways of identifying the end of each line. On Windows computers there are two characters at the end of each line, a Carriage Return (CR) and a...