Thread ulimit -a liefert keine Ausgabe
(9 answers)
Opened by ingobulla at 2008-12-17 17:46
Hallo,
ich habe ein Programm, das wie folgt beginnt: Code (perl): (dl
)
1 2 3 4 5 6 7 #!/usr/bin/perl use strict; use POSIX; print `ulimit -d 40`; print `ulimit -a`; print `pwd`; Als Ausgabe erhalte ich Code: (dl
)
/gobics/home/ingo/workspace/HIVCoal/testing Es kommt also keinerlei Ausgabe von ulimit -a. Weiss jemand, was hier los ist. |