MSNCodeSNIPPETS← msncode.dev
snippets/linux

Kill Process on Port

Kill whatever is running on a specific port

linuxbashkillport
BASH
kill -9 $(lsof -t -i:3000)

More linux snippets

Make File Executable

Give execute permission to a file

Count Lines in Files

Count total lines across all files in a directory

Disk Usage in Human Format

Show disk usage with readable sizes

Find Largest Files

Find the 10 largest files on disk