Linux命令大集合 

http://www.itbbs.cn/manual/linux/command-lite/

http://linux.chinaitlab.com/special/linuxcom/ 

 

grep:以指定模式搜索文件或管道输入。

ps: 查看进程状态。process state

kill:删除执行中的程序或工作。杀死进程。

 

组合应用:

1 younes@ubuntu:~$ ps -A|grep fcitx    //查看fcitx输入法的进程号
2  9495 pts/0    00:00:03 fcitx
3 younes@ubuntu:~kill 9495     //关闭输入法
4 younes@ubuntu:~$ fcitx            //重新启动输入法fcitx

相关文章:

  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-15
  • 2021-07-13
  • 2022-12-23
  • 2022-01-15
  • 2021-08-03
  • 2021-07-13
相关资源
相似解决方案