Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SeyedMostafaAhmadi/f18443af60ebbca4ac547e7a7e1c7ff9 to your computer and use it in GitHub Desktop.
Save SeyedMostafaAhmadi/f18443af60ebbca4ac547e7a7e1c7ff9 to your computer and use it in GitHub Desktop.
ps aux | grep postfix
## and kill >> root 26253 0.0 0.0 89640 2224 ? Ss Dec07 0:11 /usr/libexec/postfix/master -w
kill -9 IDNUMBER
systemctl start postfix.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment