Subsections
- os.access()
- os.chdir()
- os.chmod()
- os.environ
- os.getcwd()
- os.getenv()
- os.getpid()
- os.isatty()
- os.kill()
- os.listdir() (all files in a directory)
- os.mkdir()
- os.path.abspath(), current files directory path
- os.path.basename()
- os.path.dirname()
- os.path.exists()
- os.path.getmtime()
- os.path.getsize()
- os.path.isdir()
- os.path.isExecutable()
- os.path.isfile()
- os.popen(), capturing shell command output
- os.popen(), ps ax, MacroServer/haspp09
- os.popen(), with time-out
- os.remove(), os.rmdir()
- os.rename() (mv)
- os.system(), execute a shell command, sensing the return-state
- os.system(), calling ping
- os.walk(), traverse dirs and sub-dirs