chgrp syntax fixed
This commit is contained in:
parent
157a22bbc3
commit
ac68f131a5
@ -222,7 +222,7 @@ do
|
|||||||
# random data generator.
|
# random data generator.
|
||||||
$e mknod random c 16 0; $e chmod 644 random
|
$e mknod random c 16 0; $e chmod 644 random
|
||||||
$e mknod urandom c 16 0; $e chmod 644 urandom
|
$e mknod urandom c 16 0; $e chmod 644 urandom
|
||||||
$e chgrp random urandom
|
$e chgrp operator random urandom
|
||||||
;;
|
;;
|
||||||
cmos)
|
cmos)
|
||||||
# cmos device (set/get system time).
|
# cmos device (set/get system time).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user