-
Contributing Member
Highlight me on this
I am using UNIX operating system and I know that the command mkfs is used for making a new file system on a device. But I recently came across a command namely mknod. But I could not get the command syntax and usage of this command. Can someone highlight me the syntax of this UNIX command?
-
Junior Member
Re: Highlight me on this
mknod is used for making block or character special files. The general syntax of this command mknod is as below:
mknod NAME TYPE
In the above the special file with the given name of the given type is created.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules