1.进入目录命令
cd /usr/bin //进入etc目录
cd .. //切换到上一层目录
cd / //进入主目录
2.新建文件命令
比如进入某个目录后执行
vim test
2.查看运行的项目
chkconfig --list