Multiple choice technology programming languages env command reports information on active processes? True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation The env command displays or modifies the current environment variables in Unix/Linux systems - it does not report information about active processes. For process information, commands like ps, top, or htop would be used instead.