Tagged Questions
1
vote
1answer
393 views
How can I temporarily suspend some users, hiding them from the login screen?
I have to manage a shared OSX workstation that is used by a rotating cast of characters throughout the year. The login screen quickly becomes cumbersome when users that aren't even around for a while ...
1
vote
2answers
855 views
Change Account Password to Blank
I recently changed an account password by accident, and was wondering how to set it back to a blank password via the shell. I have root privileges. Please help :)
passwd USER doesn't accept blank ...
1
vote
4answers
367 views
opening an app in a shell script with sudo
I'm trying to open an app that listens to port 25 within a shell script. In order to listen to port 25, I need to run the app with sudo. So I tried the following:
sudo open appThatNeedsPort25
It ...