User manual

8: Command Line Interface
_______________________________________________________________________________________________________
8 Command Line Interface
8.1 Basics
The system has an SSH server typically running on port 22.
The system provides a Unix command line. Common Unix commands are
available such as ls, cd, cat, top, grep, tail, head, more. Typical pipe and redirect
operators are available: >, >>, <, |
For configuration, the system uses the “Unified Configuration Interface” (UCI).
See the next section for more detail.
The factconf default password for the root user is ‘admin’.
To change the factconf default password, enter:
root@VA_router:/# passwd
Current Password: ******
New Password: **********
Confirm New Password: **********
To reboot the system, enter:
root@VA_router:/# reboot
The system log can be viewed as follows:
root@VA_router:/# logread
root@VA_router:/# logread | tail
root@VA_router:/# logread | more
root@VA_router:/# logread –f
These commands will show the full log, end of the log, paged log and
continuously. Use Ctrl-C to stop the continuous output.
To view a text or configuration file in the system, enter:
_______________________________________________________________________________________________________
© Virtual Access 2015
GW1000 Series User Manual
Issue: 2.4 Page 31 of 255