#!/usr/bin/python # -*- coding: UTF-8 -*- import os, sys # 创建的目录path = "/tmp/hourly" os.mkfifo( path, 0644 ) print "路径被创建".
確定! 回上一頁