Linux进程,shell scripts相关培训练习

这篇博客探讨了Linux进程管理,包括使用nice值启动vi会话,并通过top和ps命令查找进程ID。此外,还介绍了如何编写简单的Shell脚本打印参数,并讨论了在脚本中使用条件执行时遇到的疑惑,特别是对&&和||操作符的理解。
摘要由CSDN通过智能技术生成

Managing Running Processes

  • Run a vi session with nice value 10
# vim test&
[1] 14771
# renice +10 14771
14771 (进程 ID) 旧优先级为 0,新优先级为 10
  • Open another session and list all the process given by your user by top command and sort them by nice value, find your vi process and process ID

Open a new session first

#top -o NI
14771 root      30  10  149176   4700   2472 T  0.0  0.2   0:00.03 vim
  • List all the processes with ps command, display your desired output fields and sort them by nice value, find your vi process and process ID
#ps aux --sort -ni
#ps aux --sort -ni|grep vim

Writing Simple Shell Scripts

    评论
    添加红包

    请填写红包祝福语或标题

    红包个数最小为10个

    红包金额最低5元

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

    抵扣说明:

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

    余额充值