1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-05-28 18:30:48 +00:00

docs: ubuntu

This commit is contained in:
Julien Le Coupanec 2021-09-07 11:43:55 +02:00
parent ba760faecd
commit b6537404c7

View File

@ -17,3 +17,5 @@ sudo -s # Log as root
cat /proc/<process_id>/maps # Show the current virtual memory usage of a Linux process cat /proc/<process_id>/maps # Show the current virtual memory usage of a Linux process
ip r # Display ip of the server ip r # Display ip of the server
lsof -i :9000 # List process running on port 9000