We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mon "node app.js"
Creates 2 processes: mon and node.
sudo mon "node app.js"
Creates 3 processes: mon, node, and sh
I bet this is a user error on my part, but not sure the correct format to use mon + sudo and launch only 2 processes.
The text was updated successfully, but these errors were encountered:
what shell does sh --help output? dash?
sh --help
Sorry, something went wrong.
GNU bash, version 3.2.48(1)-release-(x86_64-apple-darwin11)
Happens on Mac and Ubuntu.
Ubuntu:
GNU bash, version 4.2.24(1)-release (x86_64-pc-linux-gnu)
I'm specifically using bash in my scripts:
#!/bin/bash
No branches or pull requests
Creates 2 processes: mon and node.
Creates 3 processes: mon, node, and sh
I bet this is a user error on my part, but not sure the correct format to use mon + sudo and launch only 2 processes.
The text was updated successfully, but these errors were encountered: