help

更新时间:
2024-01-09
下载文档

help

显示 ttinyShell 所有内建命令列表。

格式

help [-s keyword]

说明

[root@sylixos:/root]# help help           
display help information.
help [-s keyword]
[root@sylixos:/root]# 

此命令有 3 种用法:

  • 无参数:显示 ttinyShell 所有内建命令列表。
  • help keyword 命令与 help – s keyword 的功能相同,都是显示以 keyword 为名的命令介绍。

备注:
help 参数 keyword 支持所用通配符(*、?),当使用通配符时,会列出匹配的内建命令列表。

样例

[root@sylixos:/root]# help
ps
lsmod
modulegcov           [kernel module handle]
modules              [module name]
modulestat           [program file]
rmmod                [kernel module file *.ko]
insmod               [-x] [kernel module file *.ko]
moduleunreg          [kernel module handle]
modulereg            [kernel module file *.ko]
dlconfig             {[share {en | dis}] | [refresh [*]]}
exec                 [program file] [arguments...]
which                [program file]
mmaps
qosruledel           [netifname] [rule sequence num]
qosruleadd           [netifname] [rule] [args...] [s|d|b] [prio] [dont_drop]
qoss
npfruledel           [netifname] [input | output] [rule sequence num]
npfruleadd           [netifname] [rule] [input | output] [allow | deny] [args...]
npfs
nattraffic           ['on' / 'off']
nats

Press <ENTER> to continue, <Q> to quit:
[root@sylixos:/root]# help help
display help information.
help [-s keyword]
[root@sylixos:/root]#
[root@sylixos_station:/root]# help l?ln                   [-s | -f] [actualpath] [sympath]
ll                   [path name]
ls                   [path name]
[root@sylixos_station:/root]#
文档内容是否对您有所帮助?
有帮助
没帮助