51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

云服务器

linux job命令

linux job命令

厉飞雨 阅读(314) 评论(0) 赞(18)

<p>linux job命令</p> <p>jobs 命令可以用来查看<strong>当前终端放入后台</strong>的工作,工作管理的名字也来源于 jobs 命令。</p> <p>这里一定要知道,是当前的 xshell , 再起一个,是看不到的。</p> <p>| ...

linux 修复自带的python

linux 修复自带的python

厉飞雨 阅读(454) 评论(0) 赞(26)

<p>centos 修复自带的python 进不去了 如何修复:</p> <p>只要 原版的 python 2.7.5 和 Yum 对应不上,就出问题。 因为我后来安装过多个python ,所以搞的我头大了。</p> <p><code>造成yum出错的根本原因就是你动了python2的版本了,yum是要依赖...

linux 管道

linux 管道

厉飞雨 阅读(385) 评论(0) 赞(18)

linux管道命令 ![](http://static.51tbox.com/static/2024-08-29/col/adc121f4f83de0d0c85b6031dbc6f777/baac1bef114d4a7f8868cc8bab8fafb4.jpg.jpg) "\|"是Linux管道命令操作符,简称管道符。使用此管道符"\|&quo...

linux systemctl 和 service 的区别

linux systemctl 和 service 的区别

厉飞雨 阅读(445) 评论(0) 赞(20)

Linux服务管理的两种方式[systemctl](https://51tbox.com/ "View all posts in systemctl") (centos7) 和 [service](https://51tbox.com/ "View all posts in service") (centos6) **systemctl...