Kill whatever is running on a specific port
kill -9 $(lsof -t -i:3000)
Give execute permission to a file
Count total lines across all files in a directory
Show disk usage with readable sizes
Find the 10 largest files on disk