1#include <stdlib.h> 2 3int main(int argc, char **argv) 4{ 5 system("cd /etc/rc.d/rc$RUNLEVEL.d/; ls -la"); 6} 7 8 9