Skip to content

Instantly share code, notes, and snippets.

@Tahooralisyed
Created February 25, 2020 10:22
Show Gist options
  • Save Tahooralisyed/cb99bdd94dc1e32eff95c663b45714f5 to your computer and use it in GitHub Desktop.
Save Tahooralisyed/cb99bdd94dc1e32eff95c663b45714f5 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