读书人

鸟哥的私房钱菜第五章

发布时间: 2012-09-08 10:48:07 作者: rapoo

鸟哥的私房菜第五章
linux命令行的模式 command [-options] parameter1 parameter2
回车 <CR>
命令过长 \ 换行

基本示例:
ls -al /root
date
date +%Y/%m
date +%H:%M
LANG=en
cal
cal 2009
cal 2 2009
bc 计算器
[tab]键命令或文件补全
[Ctrl] + c 终止
[Ctrl] + d 结束输入
关机命令 shutdown reboot halt poweroff
shutdown -h now 立即关机


读书人网 >操作系统

热点推荐