Results 1 to 3 of 3
hi
can someone please define the function of the file : /dev/zero
thanx...
- 01-27-2004 #1Just Joined!
- Join Date
- Jan 2004
- Location
- Cairo
- Posts
- 17
dev/zero ?
hi
can someone please define the function of the file : /dev/zero
thanx
- 01-28-2004 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Well, basically if you read from it, you get NUL characters, and if you write to it, the data is discarded. It's useful for creating files of a certain files using `dd'. For more info, `man 4 zero'.
- 01-28-2004 #3Just Joined!
- Join Date
- Jan 2004
- Location
- Cairo
- Posts
- 17
thanx


Reply With Quote
