Newsgroups: fj.unix,fj.os.bsd.freebsd,fj.questions.unix
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!news.join.ad.jp!sutnews.sut.ac.jp!Q.T.Honey!tamaru-news!kuee-news!kuis-news!news.cs.ritsumei.ac.jp!newshub.bkc.ritsumei.ac.jp!cancer.nca5.ad.jp!nfeed.gw.nagoya-u.ac.jp!vega2!arisawa
From: arisawa@vega.aichi-u.ac.jp (Kenji Arisawa)
Subject: Re: $B%=%1%C%H%W%m%0%i%_%s%0(B
Sender: news@vega2.aichi-u.ac.jp (News Master)
Message-ID: <EIywDt.IDC@vega2.aichi-u.ac.jp>
Date: Sat, 1 Nov 1997 12:37:05 GMT
Lines: 21
References: <1355.878323480@rananim.ie.u-ryukyu.ac.jp>
Nntp-Posting-Host: vega
Organization: Aichi University Computer Center, Aichi University, Aichi, Japan.
X-Newsreader: mnews [version 1.19] 1995-07/21(Fri)
Xref: galaxy.trc.rwcp.or.jp fj.unix:2874 fj.os.bsd.freebsd:8328 fj.questions.unix:3691
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.questions.unix&nb=3691&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$BM-_7(B@$B0&CNBg3X$G$9(B

$B2OLn(B $B??<#(B@$BN05eBg>pJs9)3X$5$s(B:
>$BJ,$+$j$^$;$s!#(Bnfsd $B$@$C$?$i!"(Budp$B$@$+$i!"$=$&$$$&LdBj$O5/$-$J$$$s$G$9$,(B...
>$B$5$5$k$C$FOC$N5U$G$9$h$M!#(B
$B$$$^$N>l9g$O(B tcp $B$G$9!#(B
$BC1$K(B socket $B$+$i%G!<%?$,Mh$k$N$r;}$C$F$$$k%W%m%;%9(B:
ns = accept(s,(struct sockaddr *)&cli_addr,&clilen);
dup2(ns,0);
dup2(ns,1);
dup2(ns,2);
close(ns);
execv("/usr/local/bin/u9fs",argv);  /* $B$3$N%W%m%;%9$,LdBj(B */
$B$K$H$C$F!"Aj<j$,;`$s$G$$$k$N$r$I$N$h$&$KCN$k$+$H8@$&$3$H$G$9!#(B
$B$^$"!"Nc$($P(B1$BJ,0J>e$NCG@~$,$"$C$?$H;W$C$F2<$5$$!#(B

$B2?$+J}K!$,$J$$$G$7$g$&$+$M(B?

$B$=$&8@$($P;d$N%^%7%s$G2?F|$bA0$N(B ftpd $B$,$^$@(B ps $B$G8+$($k$3$H$,$"$j$^$9!#(B
$B<j$G(B kill $B$7$F$$$^$9$,!&!&!&(B

