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

python之执行shell命令

时间:2017-06-28 18:39:36      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:python

[root@s141 ~]# python
Python 2.7.5 (default, Sep 15 2016, 22:37:39) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os          #加载模块
>>> r=os.system
>>> r("ls /root")      #执行命令
anaconda-ks.cfg			  Music
ceph-release-1-1.el7.noarch.rpm   Pictures
Desktop				  Public
Documents			  Templates
Downloads			  Videos
epel-release-latest-7.noarch.rpm  win_2008.qcow2
initial-setup-ks.cfg		  zabbix-agent-3.0.5-1.el7.x86_64.rpm
0


本文出自 “学习笔记” 博客,请务必保留此出处http://quliren.blog.51cto.com/9849266/1942725

python之执行shell命令

标签:python

原文地址:http://quliren.blog.51cto.com/9849266/1942725

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