Thread ulimit -a liefert keine Ausgabe (9 answers)
Opened by ingobulla at 2008-12-17 17:46

ingobulla
 2008-12-17 17:46
#117323 #117323
User since
2008-08-08
20 Artikel
BenutzerIn
[default_avatar]
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.

View full thread ulimit -a liefert keine Ausgabe