Get Process Environment From Terminal
View on Twitter
💡 How do you get the ENV vars of a running Node.js (or any) process?
➡️ cat /proc/$PID/environ | tr '\0' '\n'
Prints out the initial environment of the process.
💡 How do you get the ENV vars of a running Node.js (or any) process?
➡️ cat /proc/$PID/environ | tr '\0' '\n'
Prints out the initial environment of the process.
Use this FREE security cheatsheet to not miss a step when securing your VPS.
You'll also get tips on building scalable Node.js applications about twice a month. I respect your email privacy. Unsubscribe any time.