fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main(){
  5. system("ls -la /usr/src"); // Lists all files and directories on /
  6. return 0;
  7. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
total 8
drwxr-xr-x  2 1001 1001 4096 May 14  2019 .
drwxrwxr-x 13 1001 1001 4096 Feb  5  2014 ..