一区二区三区日韩精品-日韩经典一区二区三区-五月激情综合丁香婷婷-欧美精品中文字幕专区

分享

python2.7執(zhí)行Linux系統(tǒng)命令

 Frank__Library 2014-03-19

分類: Python/Ruby

1·os.system
舉例:
  1. In [34]: import os

  2. In [35]: os.system('ls /home')
  3. cacti nagios oracle roottest1 roottest2 test6 test7
  4. Out[35]: 0
優(yōu)點:直接顯示命令的輸出和返回值
2·os.popen
舉例:
  1. In [36]: os.popen('ls /home')
  2. Out[36]: <open file 'ls /home', mode 'r' at 0xeacf60>

  3. In [37]: os.popen('ls /home').read()
  4. Out[37]: 'cacti\nnagios\noracle\nroottest1\nroottest2\ntest6\ntest7\n'

  5. In [38]: file_tmp = os.popen('ls /home')

  6. In [39]: for i in file_tmp:
  7.    ....: print i
  8.    ....:
  9.    ....:
  10. cacti

  11. nagios

  12. oracle

  13. roottest1

  14. roottest2

  15. test6

  16. test7
優(yōu)點:可以將命令的輸出保存在變量中,然后以多種方式展示出來
3·commands.getstatusoutput
舉例:
  1. In [40]: import commands

  2. In [41]: (status, output) = commands.getstatusoutput('ls /home')

  3. In [42]: print status
  4. 0

  5. In [43]: print output
  6. cacti
  7. nagios
  8. oracle
  9. roottest1
  10. roottest2
  11. test6
  12. test7

  13. In [44]: commands.getstatusoutput('ls /home')
  14. Out[44]: (0, 'cacti\nnagios\noracle\nroottest1\nroottest2\ntest6\ntest7')

優(yōu)點:命令輸出和返回值分開顯示
help資料
FUNCTIONS
    getoutput(cmd)
        Return output (stdout or stderr) of executing cmd in a shell.
   
    getstatus(file)
        Return output of "ls -ld <file>" in a string.
   
    getstatusoutput(cmd)
        Return (status, output) of executing cmd in a shell.

In [45]: commands.getoutput('ls /home') 
Out[45]: 'cacti\nnagios\noracle\nroottest1\nroottest2\ntest6\ntest7'
In [48]: commands.getstatus('/bin/ls')
Out[48]: '-rwxr-xr-x 1 root root 91240 2010-03-01 /bin/ls'

    本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊一鍵舉報。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    亚洲成人黄色一级大片| 日韩专区欧美中文字幕| 午夜久久精品福利视频| 国产一区欧美一区日韩一区| 亚洲品质一区二区三区| 香蕉尹人视频在线精品| 久久综合日韩精品免费观看| 日韩在线精品视频观看| 亚洲欧洲成人精品香蕉网| 日韩人妻毛片中文字幕| av在线免费播放一区二区| 91人妻丝袜一区二区三区| 污污黄黄的成年亚洲毛片| 国产色第一区不卡高清| 精品视频一区二区不卡| 精品久久综合日本欧美| 亚洲欧美黑人一区二区| 高清亚洲精品中文字幕乱码| 久久精品久久久精品久久| 在线免费看国产精品黄片| 日本一区不卡在线观看| 男女午夜福利院在线观看 | 国产一区日韩二区欧美| 国产欧美日韩不卡在线视频| 国内精品伊人久久久av高清| 国产成人精品午夜福利| 日韩中文高清在线专区| 国产一区二区三区丝袜不卡 | 欧美日韩综合综合久久久| 欧洲精品一区二区三区四区| 国产小青蛙全集免费看| 成人午夜视频在线播放| 午夜日韩在线观看视频| 中文字幕日韩无套内射| 久热青青草视频在线观看| 亚洲黑人精品一区二区欧美| 在线中文字幕亚洲欧美一区| 久久福利视频视频一区二区| 欧美日韩亚洲国产av| 婷婷色香五月综合激激情| 麻豆一区二区三区精品视频|