Re: /dev (devtmpfs) permissions is 1777 [message #48710 is a reply to message #48709] |
Wed, 07 November 2012 04:06  |
umask
Messages: 23 Registered: December 2007
|
Junior Member |
|
|
> Don't know if this addresses your particular problem but...
The problem which I described is not connected with device creation.
> but I recreate the dev devices after each reboot in /etc/rc.local.
Probably it is very stupid idea.
For example /dev/null may absent and some daemons will start before your rc.local and you will lose disk space (file descriptor will be opened, daemon will write something to it, but file will be deleted).
|
|
|