PDA

View Full Version : creating indoe



pswin
November 26th, 2010, 06:45 PM
hi how can i create an inode in /dev with out using mknode command?

Arndt
November 26th, 2010, 07:04 PM
hi how can i create an inode in /dev with out using mknode command?

'mknod', you mean? The program 'mknod' is probably just a thin interface to the system call 'mknod'. See "man 2 mknod".