码迷,mamicode.com
首页 > 编程语言 > 详细

python 打印系统所有的pid

时间:2017-04-28 14:01:23      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:listdir   code   pre   div   系统   port   roc   ==   nbsp   

#!/usr/bin/env python

import os

for i in os.listdir(/proc):
    try:
        if type(int(i)) == type(1):
            print i,
    except:
        pass

 

 

 

 

 

    

python 打印系统所有的pid

标签:listdir   code   pre   div   系统   port   roc   ==   nbsp   

原文地址:http://www.cnblogs.com/pzk7788/p/6780772.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!