subprocess.run("ls -alt", shell=True) # you can use shell=True # one downside to using shell=True is that it can be a security hazard, as you are passing in the arguments yourself # So only use this ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results