int mknod(const char *pathname, mode_t mode, dev_t dev);. where pathname corresponds to the fifo name, mode corresponds to the file permissions. Since mknod can ...
確定! 回上一頁