Table of Contents
os
os.WCOREDUMP()
os.WEXITSTATUS()
os.WIFCONTINUED()
os.WIFEXITED()
os.WIFSIGNALED()
os.WIFSTOPPED()
os.WSTOPSIG()
os.WTERMSIG()
os.abort()
os.access()
os.chdir()
os.chmod()
os.chown()
os.chroot()
os.close()
os.closerange()
os.confstr()
os.ctermid()
os.dup()
os.dup2()
os.execl()
os.execle()
os.execlp()
os.execlpe()
os.execv()
os.execve()
os.execvp()
os.execvpe()
os.fchdir()
os.fchmod()
os.fchown()
os.fdatasync()
os.fdopen()
os.fork()
os.forkpty()
os.fpathconf()
os.fstat()
os.fstatvfs()
os.fsync()
os.ftruncate()
os.getcwd()
os.getcwdu()
os.getegid()
os.getenv()
os.geteuid()
os.getgid()
os.getgroups()
os.getloadavg()
os.getlogin()
os.getpgid()
os.getpgrp()
os.getpid()
os.getppid()
os.getresgid()
os.getresuid()
os.getsid()
os.getuid()
os.initgroups()
os.isatty()
os.kill()
os.killpg()
os.lchown()
os.link()
os.listdir()
os.lseek()
os.lstat()
os.major()
os.makedev()
os.makedirs()
os.minor()
os.mkdir()
os.mkfifo()
os.mknod()
os.nice()
os.open()
os.openpty()
os.pathconf()
os.pipe()
os.popen()
os.popen2()
os.popen3()
os.popen4()
os.putenv()
os.read()
os.readlink()
os.remove()
os.removedirs()
os.rename()
os.renames()
os.rmdir()
os.setegid()
os.seteuid()
os.setgid()
os.setgroups()
os.setpgid()
os.setpgrp()
os.setregid()
os.setresgid()
os.setresuid()
os.setreuid()
os.setsid()
os.setuid()
os.spawnl()
os.spawnle()
os.spawnlp()
os.spawnlpe()
os.spawnv()
os.spawnve()
os.spawnvp()
os.spawnvpe()
os.stat()
os.stat_float_times()
os.statvfs()
os.strerror()
os.symlink()
os.sysconf()
os.system()
os.tcgetpgrp()
os.tcsetpgrp()
os.tempnam()
os.times()
os.tmpfile()
os.tmpnam()
os.ttyname()
os.umask()
os.uname()
os.unlink()
os.unsetenv()
os.urandom()
os.utime()
os.wait()
os.wait3()
os.wait4()
os.waitpid()
os.walk()
os.write()
io
time
argparse
optparse
getopt
logging
logging.config
logging.handlers
getpass
curses
curses.ascii
curses.panel
platform
errno
ctypes
os.
spawnv
Execute file with arguments from args in a subprocess. If mode == P_NOWAIT return the pid of the process. If mode == P_WAIT return the process’s exit code if it exits normally; otherwise return -SIG, where SIG is the signal that killed it.