Skip to content

Instantly share code, notes, and snippets.

@ppazos
Last active November 14, 2025 21:34
Show Gist options
  • Select an option

  • Save ppazos/c5f89df3a36a8d21a48b4b136ca2e965 to your computer and use it in GitHub Desktop.

Select an option

Save ppazos/c5f89df3a36a8d21a48b4b136ca2e965 to your computer and use it in GitHub Desktop.
Useful linux commands
# Find big files
find / -type f -size +500M -ls
# Monitor file changes in folder
inotifywait -e modify,delete,move -m -r logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment