Searched defs:defaultShell (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Drpc.rexd.c835 char defaultShell[1024]; /* command executed if none given */ local
862 defaultShell, defaultDir, rst))
1179 defaultShell,
1202 defaultShell,
1212 defaultShell,
1254 args[0] = defaultShell;
1257 execvp(defaultShell, args);
1259 fprintf(stderr, "rexd: can't exec shell %s\n", defaultShell);

Completed in 45 milliseconds