[quoted lines by Ed.Q.Bridges on June 30, 2000, at 19:40]

>however, the directory "binfmt_misc" doesn't
>exist in /proc/sys/fs, 

Create it by loading the correct kernel support module, i.e. "insmod
binfmt_misc".

>and when i try to 
>make it i get this wacky stuff:
>
>[root@lazy /root]# ls -ld /proc/sys/fs
>dr-xr-xr-x    2 root     root            0 Jun 30 19:37 /proc/sys/fs
>[root@lazy /root]# mkdir /proc/sys/fs/binfmt_misc
>mkdir: cannot create directory `/proc/sys/fs/binfmt_misc': No such file or directory

You can't create stuff under /proc. It's a pseudo file system whose contents
dynamically appear as the result of executing code on demand within the kernel.

-- 
Dave Mielke           | 856 Grenon Avenue | I believe that the Bible is the
Phone: 1-613-726-0014 | Ottawa, Ontario   | Word of God. Please contact me
EMail: [EMAIL PROTECTED] | Canada  K2B 6G3   | if you're concerned about Hell.

Reply via email to