#include <iostream> #include "cstdlib" int main(int argc,char *argv[]) { system("sudo su"); system("ls -l"); }