GitBook: [master] one page modified

This commit is contained in:
CPol 2021-02-03 23:03:54 +00:00 committed by gitbook-bot
parent 6f1bfd88b6
commit 8c8d62fa37
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -16,7 +16,7 @@ subprocess.call("ls", shell=True)
subprocess.Popen("ls", shell=True)
pty.spawn("ls")
pty.spawn("/bin/bash")
platform.popen("ls").read()
platform.os.system("ls")
#Other interesting functions
open("/etc/passwd").read()