python执行centos命令

import os
improt sys
import re
import commands

a = commands.getoutput("ls -al /")
print a

 

posted @ 2018-09-19 14:18  吃饭睡觉打逗逗  阅读(989)  评论(0编辑  收藏  举报