물음표(?)는 명령어 사용에 유용한 정보를 보여줍니다.
'?' 명령은 입력할 수 있는 명령어 목록이나 사용할 수 있는 매개변수 정보를 보여줍니다. 다음은 로그인 후 '?' 명령을 실행한 예입니다.
TM#> ?
admin Administrator mode
system System control mode
exit Exits
TM#>
명령어를 입력하고 스페이스 바를 누른 후, '?' 명령을 실행하면 명령어와 함께 사용할 수 있는 명령 옵션이나 매개변수 정보를 보여줍니다.
TM#> admin // admin 모드에 진입하는 명령어
TM/admin #> ? // '?'을 실행하여 사용할 수 있는 명령어 확인
nifconfig manage network configuration
adminuser manage administrator account
adminip manage IP address for administrator
service manage process control
license set up license config
integrity initiate or check integrity
deviceid show device id
inituserpasswd Reseting all user password by designated string
diskusage show disk usage
bonding manage network bonding
snmp manage snmp
dellogs delete log data before specific date
sysinit system data initialize (Devices list, Statistics data, Log data, Local backup files)
exit Exits admin mode
TM/admin #> nifconfig ? // '?'을 실행하여 nifconfig 명령의 옵션 확인
mod mod network configuration
default_gw setting default gateway
apply apply network configuration
show show network configuration
help show a usage
TM/admin #> nifconfig show ? // '?'을 실행하여 nifconfig show 명령의 옵션 확인
<ENTER> no further known parameters
TM/admin #> nifconfig show
Default Gateway: 10.2.1.1
DNS Server: 168.126.63.1
eth0 10.2.1.71 16 10.2.1.1 Physical Enable
eth1 0.0.0.0 0 10.2.1.1 Physical Disable
TM/admin #>