Created
September 20, 2018 14:26
-
-
Save ob1-sc/608aa6818769431bc65a35da06d8632b to your computer and use it in GitHub Desktop.
Fix syslog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /var/log | |
| touch syslog | |
| chown syslog:adm syslog | |
| service rsyslog restart | |
| logger "Didier MISSON logger test" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment