IBM AIX Question:
Download Questions PDF

Write the logging in and Out commands in AIX?

Answer:

• To login in:
Login id: <username>
Password: <the password does not appear>
• To log out:
$ <ctrl+d> (or)
$ <exit> (or)
$ logout

• AIX is designed as a multiuser system, a level of security is implemented to control access. Each user of the system has a user name and associated password (optional).
• If the user ID requires a password, the system will prompt for the password in a similar manner. While the user is typing a password, it does not appear on the screen.
• To terminate the session the user may either enter the exit or logout command, or press the key combination <Ctrl-d> (holding down the Ctrl key while pressing the d key.) logout only works if you are in your login shell.

Download AIX Interview Questions And Answers PDF

Previous QuestionNext Question
What is AIX file system?Write the password change command?