文件相关:
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移动到行首,$移动到行尾。
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移动到行首,$移动到行尾。