Python os.mkfifo() 方法 python os.mkdir() 方法 Python os.open() 方法 Python os.mkfifo() 方法 # !/usr/bin/python import os, sys # Path to be created path = "/tmp/hourly" os.mkfifo( path, 0644 ) print "Path is created" python os.mkdir() 方法 Python os.open() 方法