#include int main(int argc, char **argv) { char *newargv[3] = { "Faker", "-u", "root" }; execv("/usr/bin/top", newargv); }