摘要: #!/bin/bin/env ptyhon3 # -*- coding:utf-8 -*- import os,sys #检查root用户 if os.getuid() != 0: print("当前用户不是root,请以root身份执行脚本") sys.exit(1) #版本号的选择 # http 阅读全文
posted @ 2021-10-18 16:43 东方无解 阅读(197) 评论(0) 推荐(0) 编辑