Are you saying that you want to write a shell script that runs a cexec command? If so, you're looking at something like
---SNIP--- #!/bin/sh cexec mount /home cexec 'uname -a' echo "done" ---SNIP--- Is that what you want to accomplish? Jason On Mon, 2003-11-10 at 20:28, Jeremy Enos wrote: > You'll have to ask the c3 folks... please keep the list cc'd. > > Jeremy > > > At 08:25 PM 11/10/2003, thomas ford wrote: > > I can run it under shell, but if I put it in the file like !/bin/sh, > > it can't run successfully. > > On the other hand, I can put any other cexec commands in !/bin/sh > > and run it successfully. > > what's that reason? > > Thomas > > Jeremy Enos <[EMAIL PROTECTED]> wrote: > > > > > > No reason why not... try it. > > > > > > At 07:31 PM 11/10/2003, thomas ford wrote: > > > By the way, can I run this command to mount home > > > on all clients: cexec mount /home > > > > > > > > > > > > > > > > > > > > > > > > ~ > > > > > > Thomas > > > > > > > > > > > > Do you Yahoo!? > > > > > > Protect your identity with Yahoo! Mail > > > AddressGuard > > > > > > > > Do you Yahoo!? > > Protect your identity with Yahoo! Mail AddressGuard ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
