Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
/inet/tcp/80/0/0
ポート 80 はすでに eth0:1 (lighttpd サーバー) で使用されていますが、AWK プロセスを eth0 にバインドしたいと考えています。
AWK プロセスをバインドする IP を定義する方法はありますか?
回避策は、AWK 内で「netcat -l -p 80 -s you.ip.number」を使用することです。