/dev ファイルを作成するのですが
# cd ../dev/ # pwd /home/qpo/proj/staging/dev # ls -l /proc/self/fd | sed 1d lrwx------ 1 root root 64 Sep 6 21:37 0 -> /dev/pts/0 l-wx------ 1 root root 64 Sep 6 21:37 1 -> pipe:[1261] lrwx------ 1 root root 64 Sep 6 21:37 2 -> /dev/pts/0 lr-x------ 1 root root 64 Sep 6 21:37 3 -> /proc/662/fd/ # ln -s /proc/self/fd fd # ln -s fd/0 stdin # ln -s fd/1 stdout # ln -s fd/2 stderr # mknod -m644 zero c 1 5 # ls console fd0 null stderr@ stdout@ tty0 tty2 tty4 tty6 fd@ initctl| ram0 stdin@ tty tty1 tty3 tty5 zero
出来たようですが
ln -s /proc/self/fd fd
の 意味が 良く理解できない
にゃんたろう 拝!
2010年 9月 6日 (月) 22:04:25 JST 作成