From: Richard W.M. Jones Date: Tue, 30 Jun 2009 12:08:34 +0000 (+0100) Subject: New commands: mknod, mkfifo, mknod_b, mknod_c and umask. X-Git-Tag: 1.0.55~39 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f850e1f065fb04df7cc87a921ab3c658741cc393;hp=f850e1f065fb04df7cc87a921ab3c658741cc393;p=libguestfs.git New commands: mknod, mkfifo, mknod_b, mknod_c and umask. These commands are used to create block and char device nodes or FIFOs (named pipes) in the filesystem. The umask command is required also because the permissions used by mknod are masked by the umask. Also document and guarantee that the umask starts as 022. ---