- alias 编辑别名
- cd 切换目录
- cd .. ../.. / ~ -
- chgrp
- chmod
- chown
- chsh
- -s /usr/local/bin/bash 修改shell
- cp
- echo
- file 探测文件是何种类型
- grep 最简单的使用就是检索包含固定字符的文本
- head 显示文件的前十行
- tail 显示文件末尾十行
- ls 列出
- mkdir 创建目录
- mount 查看目前系统挂载的设备
- mv
- printf 进阶版的echo
- ps 查看进程的运行状态
- -auxww 最有用的选项
- pwd 显示绝对路径
- rm
- rmdir 移除多个目录
- rpm 管理通过red hat包管理系统安装的文件
- sudo
- tar 打包,区别于压缩
- top 动态显示正在进行的进程
- touch 凭空产生一个文件
- wc 统计文件行数,单词数,字符数
- wget
- which 查看某个命令的绝对位置
- scp = secure copy
- 上传 scp /etc/host* student@127.0.0.1:~
- 下载 scp student@127.0.0.1:/etc/bashrc /tmp
- yum 下载命令
(FORTUNE Magazine) – Now that Steve Jobs has showed his hand on Apple's Internet and system software strategies and dropped the "interim" from his title, other questions loom. He's always denied it, but isn't it true that his old company, Next, did wind up taking over Apple? Will there ever be an encore to the 15-year-old Macintosh? Short of that, does Apple have any plans to jump into the "Internet appliance" fray? Will Apple ever build computers for business people again? And what, pray tell, does Steve think of all these young Internet zillionaires? Let's ask. Practically every technology that your old company, Next, possessed when Apple acquired it in 1997 is now being used by Apple in some strategic way. This must seem like sweet vindication. The thing about Next was that we produced something that was truly brilliant for an audience that our heart really wasn't into selling to--namely, the enterprise. I suppose if you were wr...