LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount? (https://www.linuxquestions.org/questions/linux-newbie-8/mount-473720/)

elen 08-14-2006 07:58 AM

mount?
 
hi everyone,

where should i look for this issue ...

i am writing a program that needs to run another program on *another* machine on my network. am i right that i need to look at the 'mount' command??

thanks.

acid_kewpie 08-14-2006 08:26 AM

no, that's absolutely not relevant to you at all. you've not even told us what language you're using, most have a system() or exec() function though.

elen 08-14-2006 08:45 AM

hi acid,

i'm not asking about how to execute a program within a program. fyi i'm using python. what i'm saying is this ...

i have a (python) script on one machine. the (python) script wants to run another (python) script on another machine.

so do i try out the 'mount' command?

thanks!

acid_kewpie 08-14-2006 08:50 AM

no not really, either you know what the mount command does or you don't, i'd suggest a bit of background reading... if you mount a file system then anythign exectued on that filessytem is done on the machine it is started on, i.e. the local machine. if you want to run a remote command, i'd suggest using ssh or rexec.


All times are GMT -5. The time now is 01:45 PM.