Ubuntu15常用命令

前端之家收集整理的这篇文章主要介绍了Ubuntu15常用命令前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


命令 作用 备注
apt-get update 源更新



service --status-all 查看服务状态列表

"+" starte
"-" stopped
"?" unknown

update-rc.d -f myservice default 开机启动myservice
update-rc.d -f myservice remove 停止开机启动myservice
install sysv-rc-conf 安装代码
sysv-rc-conf 执行代码
apt-get install MysqL 安装MysqL
dpkg-reconfigure dash 修改默认shell为dash
ll /bin/sh 查看当前shell
apt-get �Creinstall install 软件包名 重新安装软件

apt-get purge tex-common

清楚软件tex-common
apt-get -f install 自动修复依赖


未完,待续。。。



参考文章

http://www.2cto.com/os/201304/205486.html

http://www.th7.cn/system/lin/201505/104866.shtml

原文链接:https://www.f2er.com/ubuntu/354461.html

猜你在找的Ubuntu相关文章