看板 SetupBBS 關於我們 聯絡資訊
在 /home/bbs/src 裡面出現一個檔案檔名是")" 大小 1.62 MB(1,708,178 位元組) -rw-r--r-- 1 bbs bbs 1708178 Oct 30 22:48 ) 打 "ee )" 要看內容的時候 他會出現"Too many )'s." rm 時他也會出現"Too many )'s." 用ftp抓下來看 裡面內容 bgopherd/daemon.c:# define NOFILE (100) bgopherd/daemon.c:(From Stevens pg 82) */ bgopherd/daemon.c:#define TIOCNOTTY _IO('t', 113) /* void tty association */ bgopherd/daemon.c:sig_child() bgopherd/daemon.c: /* Use the waitpid() system call with the WNOHANG option */ bgopherd/daemon.c: if ((pid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) bgopherd/daemon.c:sig_sigchld(int signo) bgopherd/daemon.c: if (signal(SIGCHLD, sig_sigchld) == SIG_ERR) ..........好多好多 請問各位先進 ")"這檔案是要做什麼用的呀 為什麼會產生這個檔案呢 要怎麼處理他 -- ※ Origin: 楓橋驛站<bbs.cs.nthu.edu.tw> ◆ From: 229047.D18-229.ncu.edu.tw