#!/usr/bin/python3 import os os.posix_spawn("/bin/echo", ["echo", "echo", "created by posix_spawn()"], {}) print("created echo command")