linux 常用命令

ps  查看进程

kill -9 PID stop ps

eg: $ps aux | grep startup.py  // get pid.

and kill -9 [the pic]  will kill startup.py

top 进程管理器 还有一个htop有高亮显示

apt-get install/remove 安装删除软件

dpkg -i 安装  xxx.deb 软件包 如果安装过程中提示缺少依赖包 就运行 apt-get -f insall 安装缺少的依赖包。

free 查看内存使用情况

init 0 关机

init 6 重启

init 3 命令行

init 5 进入图形界面 startx

 

add path:

    $vim .profile and write below in the end of file:

         PATH="you will add path:$PATH"

         save and $source .profile  work now.

 

view space : 

    du : view . space

    df : view all space

        -s all; -h display K,M ...; --max-depth=[NO]

 

查看内核版本:

    $uname -a

查看发行版:

    $cat /etc/issue

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值