文件相关:

cp -R souredir destdir

chown apache.apache -R dirname

chmod -R 777 dirname

ll

ls


web服务器相关
service httpd restart

mysql -ukkk -psss
>status 查看当前mysqlserver的状态和相关信息。
>set character_set_client = utf8 设置当前客户端连接字符编码为utf8
vi编辑器

移动命令

j  行移动

k

w、e、be、ge 单词移动

v模式V模式

y剪切,p贴

:wq保存退出。

0移动到行首,$移动到行尾。



Posted on 2005-10-17 14:38  古代  阅读(370)  评论(4编辑  收藏  举报