unix shell 很多啊, 如:cd <目录名>   -----改变当前目录
pwd          ----- 显示当前路径
l, ls, lf    ----- 相当于DOS的dir 
find         ----- 查找文件
grep
chmod
chgrp
......
(1)例如想详细了解 find 命令的用法, 可以 $ man find;
(2)你也可以在网上搜索 unix shell
(3)找一本 unix 参考书也可以啊.
很 easy 的. bye.