> Since I never remember which one is which, a good way to check is using the utility `file`: `file $(which useradd)`
While we're here, can someone explain why `which` prints some locations, and for others the whole darn file? Like `which npm` prints the location; `which nvm` prints the whole darn file.
replies(5):