/dev/zero and null


Forum: Other Help Topics
Topic: /dev/zero and null
started by: dlendl

Posted by dlendl on Feb. 11 2004,07:53
Hi!
How can I make /dev/zero and /dev/null to be rw for
users, groups and others NOT after the boot with user interaction but during the boot. I am trying to remaster,
making zero and null with rw permission on hd disk doesn't work.
Thx.
D.

Posted by Modrak on Feb. 12 2004,18:04
Log as root or $sudo su
Code Sample
# chmod 777 /dev/null (that will be rwxrwxrwx)
# chmod 666 /dev/null (that will be rw-rw-rw-)

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.