resume stabilized hotplug 是nash的内建命令吗?它们怎么用?

resume stabilized hotplug 是nash的内建命令吗?它们怎么用?

Cent-OS-5 initrd中的init脚本中的。

#!/bin/nash
...
...
echo Setting up hotplug.
hotplug
...
echo Waiting for driver initialization.
stabilized --hash --interval 250 /proc/scsi/scsi
mkblkdevs
resume /dev/hda8
...

这几句哪里来的,都查不到啊.郁闷!是内核里的吗?      
initrd用nash吗
很少见的,一般用busybox
看看 /bin/, /sbin/里有没有
如果没有
再看看 /script/functions 之类的有没定义函数