Skip to content

Instantly share code, notes, and snippets.

@Tahooralisyed
Created February 25, 2020 10:22
Show Gist options
  • Save Tahooralisyed/a4611bb79351573a6c253cd4348b4e57 to your computer and use it in GitHub Desktop.
Save Tahooralisyed/a4611bb79351573a6c253cd4348b4e57 to your computer and use it in GitHub Desktop.
#To check log messages
sudo more /var/log/messages
#To check logs to perticular application
sudo more /var/log/messages | grep jenkins
#To to check users activity
sudo cat /var/log/audit/audit.log | grep applicationName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment