kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

C "system" function #563

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I create a new command which contains next code:
   system("ls");
   system("ifconfig");

What is the expected output? What do you see instead?
  Executing "ls" and "ifconfig" system commands is expected,
  but it is does not work.

What version of the product are you using? On what operating system?
  r9106

Original issue reported on code.google.com by ershpush on 21 Mar 2013 at 8:59

GoogleCodeExporter commented 9 years ago
added by r9333

Original comment by ki.stfu on 30 Mar 2013 at 8:47