User Tools

Site Tools


linux

This is an old revision of the document!


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: 2023/01/01 18:43 (external edit)