1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-02 04:40:47 +00:00

docs: List last 100 logs for specific service

This commit is contained in:
Julien Le Coupanec 2021-12-09 19:57:58 +01:00
parent b6537404c7
commit fdb11164f1

View File

@ -19,3 +19,5 @@ cat /proc/<process_id>/maps # Show the current virtual memory usage of a Linux
ip r # Display ip of the server
lsof -i :9000 # List process running on port 9000
journalctl -u minio.service -n 100 --no-pager # List last 100 logs for specific service