linux
This is an old revision of the document!
Table of Contents
Linux
Useful Linux commands, with no particular order
Check which program is using a particular port
sudo lsof -i:port
Kill a particular PID
sudo kill -9 PID
Check the current folder size
du -hs .
Show filesystem information
df -h
linux.1610806470.txt.gz · Last modified: 2024/11/17 12:59 (external edit)