fork download
  1. #include <cstdlib>
  2.  
  3. int main()
  4. {
  5. system("ls -l");
  6.  
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 4332KB
stdin
Standard input is empty
stdout
total 4
-rwxr-xr-x 1 root 1001 3300 2014-01-10 23:11 prog