Subj : Re: rsh in a C program To : comp.os.linux From : noone Date : Wed Aug 04 2004 10:45 am anandpillai@letterboxes.org (Anand Pillai) tried to express: > Hi > > How can I invoke rsh in my C program? I need to start a remote > program on another machine which has rsh daemon running from my > program. > > Of course the first answer seems to be by using the system() call > and pass the rsh with command line options to it. But is the rsh API > exposed via some system header files so I can use it programmatically? > > I am running Fedora Core 1 on an i386. man 3 exec .