Moxa Technologies V460 Series User Manual Page 20

  • Download
  • Add to my manuals
  • Print
  • Page
    / 37
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 19
V460 Series WinCE User’s Manual Getting Start
2-6
Adding a User: Use the command useradd <newUserID> to add a user for accessing the system.
The user’s password, by default, is the same as the user name.
\> useradd xxxx
user xxxx has been added.
In addition, you can permit this user to access a particular service by typing -g followed by the
user group name of the service, i.e., useradd –g <groupName> <newUserID>. For example,
\> useradd –g telnetd xxxx
user xxxx is existent
group telnetd is existent
user xxxx has been added to group telnetd
Deleting a User: Use the command userdel <userID> to delete a user from the system. User
“admin” CANNOT be deleted.
\> userdel xxxx
user xxxx has been deleted
You can also just remove a user from a user group by using the command userdel –g
<groupName> <newUserID>. For example,
\> userdel –g yyyy xxxx
user xxxx has been removed from group yyyy
Adjusting Time Zone
Setting the System Time Manually: Use the date, and time commands to query the current system
date/time or to set a new system date/time. The system time is save in RTC. Stopping the system
won’t affect the system time.
\> date
The current date is: Tuesday, November 22, 2005
Enter the new date (mm-dd-[yy]yy): 12-23-05
\> date /T
Wednesday, November 23, 2005
\> time
The current time is: 5:27:17 PM
Enter the new time (hh:mm:ss): 16:02:00
\> time /T
4:02:04 PM
Setting the Time Zone: Windows CE 6.0 supports Time Zone. You can use [Control Panel] Æ
[Date/Time] to adjust your current Time Zone. It also supports Daylight Date and Daylight Time.
Starting and Stopping Services
After booting up, the V460 computer runs several services continuously to serve requests from
users or other programs. Notable services include telnet (“TEL0:”), World Wide Web HTTP
(“HTP0:”), and file transfer FTP (“FTP0:”). Most users will not use these services. However, you
can start or stop a service by using the “services” command. For example,
Page view 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 36 37

Comments to this Manuals

No comments