Am Mittwoch 26 April 2006 21:15 schrieb Richard Mittendorfer: > Welche Version der manpages ist denn das? Oder mensch braucht > manpages-dev. > > $ man umask > > UMASK(2) Linux Programmer's Manual > UMASK(2) > > NAME > umask - set file mode creation mask > > SYNOPSIS > #include <sys/types.h> > #include <sys/stat.h> > > mode_t umask(mode_t mask); > > DESCRIPTION > umask() sets the calling process's file mode creation mask > (umask) to mask & 0777.
Das ist die man-page für eine C-Funktion. Die wird dem OP wohl eher nicht helfen. Der umask Befehl gehört zur bash und ist deshalb in man bash beschrieben. Gruß Chris -- A: because it distrupts the normal process of thought Q: why is top posting frowned upon

