Help for this page

Select Code to Download


  1. or download this
    system("/bin/sh -c  /bin/uname -a")
    
  2. or download this
     system("/bin/sh -c  \"/bin/uname -a\"") ; 
      # or  (more readable):
       system(qq(/bin/sh -c  "/bin/uname -a"))