xxxxxxxxxx
Is
Is-I
Is Desktop
Is Documents
pwd
cd Documents
adduser:passwd
xxxxxxxxxx
import subprocess
# Use the "ps" command in Linux to get the list of running processes
process = subprocess.run(['ps', 'aux'], capture_output=True, text=True)
# Print the output
print(process.stdout)