INtime SDK Help
Password change utility (password.rta)
INtime SDK v7.1 > INtime Utilities > DRTOS Utilities > Password change utility (password.rta)

Command Line (INtime Distributed RTOS only).

password.rta username

Description

Change a password for a user. Currently, user names and passwords are used only by the FTP and WEB servers.

File format

The password file consists of one line per user:

user:encrypted_password:uid:gid:comment:directory:shell

The comment field should not contain the ':' character. The directory field should not contain spaces or the ':' character unless the field is quoted. Here is an example:

super:YU50OR8XZfVdQ:0:0:Super Duper User:'c:/':/noshell

Files

There is one password file per host.

INtime for Windows:

%intimecfg%etc/password

INtime Distributed RTOS:

/config/etc/password

See Also