system("/bin/ls", "-la", "/home"); system("/bin/ls -la /home"); # less efficient exec("/usr/bin/some-other-program", "argument");