Skip to content

Instantly share code, notes, and snippets.

@lorenadl
Created April 26, 2018 16:18
Show Gist options
  • Save lorenadl/d5373ce00333793d9e8e45c61433ce30 to your computer and use it in GitHub Desktop.
Save lorenadl/d5373ce00333793d9e8e45c61433ce30 to your computer and use it in GitHub Desktop.
Linux commands

Show processes:

ps -afx

Killing a process:

kill -INT prcess_id

Viewing active connections:

netstat -napt

Restart apache:

service httpd restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment