Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I want to create a user(say, hera) that can only be used in terminal. That is this user does not appear in the Mac welcome screen. This user can be su - hera by other users.

Can I do this and how?

share|improve this question
Do you mean "Terminal.app" or a shell (e.g., bash)? – soxman Dec 19 '12 at 8:28
1  
Could you elaborate on what you're trying to achieve? Because if your only concern is for that user not to appear on the login screen, there could be other solutions. – Thecafremo Dec 19 '12 at 9:34

1 Answer

I echo the comments above. I'm not sure why you would want to bother hiding the user, why not just have a single admin account, making everyone else "standard" accounts and use sudo in the CLI (Command Line Interface - "Terminal.app") if you need to.

Anyway, here is the Apple tech article on creating hidden users and/or just hiding users from the login window:

http://support.apple.com/kb/HT5017?viewlocale=en_US

Hope that helps.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.