QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
| Title |
Automating the login prompt, at startup of the system |
| Ref. No. |
QNX.000005726 |
| Category(ies) |
Utilities, Configuration |
| Issue |
How can login prompt be automated at the statup of the system, so that users won't have to log into the system and remeber user ID's and passwords? Can it be done with [anyuser] and have read, write and execute privileges already defined?
|
| Solution |
Adding the following line to the bottom of the sysinit file will do this:
tinit -c "login -f [anyuser]"
*** Note fill in user ID where [anyuser] is. |
|