代码搜索:inetd
找到约 392 项符合「inetd」的源代码
代码结果 392
www.eeworm.com/read/381950/9062092
inetd
www.eeworm.com/read/359058/10167571
inetd
www.eeworm.com/read/321483/3533839
inetd
#!/usr/local/bin/perl
use Net::DummyInetd;
use Net::SMTP;
$p = new Net::DummyInetd qw(/usr/lib/sendmail -ba -bs);
$smtp = Net::SMTP->new('localhost', Port => $p->port, Debug => 7);
$smtp->quit;
www.eeworm.com/read/175602/9540210
conf inetd.conf
# See "man 8 inetd" for more information.
#
# If you make changes to this file, either reboot your machine or send the
# inetd a HUP signal:
# Do a "ps x" as root and look up the pid of inetd. Then do
www.eeworm.com/read/175602/9540239
8 inetd.8
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are perm
www.eeworm.com/read/175602/9540254
c inetd.c
/*
* Copyright (c) 1983, 1991 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit
www.eeworm.com/read/175602/9540257
h inetd.h
/* parameters */
#define TOOMANY 40 /* don't start more than TOOMANY */
#define CNT_INTVL 60 /* servers in CNT_INTVL seconds */
#define RETRYTIME (60*10) /* retry time after bind/server fail */
www.eeworm.com/read/359058/10167868
conf inetd.conf
telnet stream tcp nowait root /usr/sbin/telnetd telnetd
ftp stream tcp nowait root /usr/sbin/ftpd ftpd
www.eeworm.com/read/469590/6931930
pdf inetd.pdf
www.eeworm.com/read/469590/6931931