Skip to content

Instantly share code, notes, and snippets.

@edivandecastro
Created October 22, 2015 18:07
Show Gist options
  • Save edivandecastro/d0ed33fce6541b85cc04 to your computer and use it in GitHub Desktop.
Save edivandecastro/d0ed33fce6541b85cc04 to your computer and use it in GitHub Desktop.
Listando Processo no Linux
ps -f -u postgres
REF -> [http://canaltech.com.br/tutorial/linux/conheca-6-comandos-para-gerenciar-processos-do-linux/]
Listando endereços TCP/IP e portas do PostgreSQL
sudo lsof -n -u postgres |grep LISTEN
REF -> [http://www.vivaolinux.com.br/dica/O-comando-lsof]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment