Skip to content

Instantly share code, notes, and snippets.

@jdaviderb
Last active December 14, 2016 19:58
Show Gist options
  • Save jdaviderb/34d8b21a6cfbc128f79e2031282799cb to your computer and use it in GitHub Desktop.
Save jdaviderb/34d8b21a6cfbc128f79e2031282799cb to your computer and use it in GitHub Desktop.
comandos linux
chgrp -R www-data io/
chrgp -R grupo carpeta
kill proccess with server port
kill -9 $(lsof -i tcp:3000 -t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment