Re: delete a file that found on different machine
From: Anna Seg (segfault_at_removethis.noao.edu)
Date: 06/26/03
- Next message: Rainer Temme: "Re: problem : SNMP port used when starting my java program"
- Previous message: Bjorn Reese: "Re: Interrupting program from command line"
- In reply to: Alon: "delete a file that found on different machine"
- Next in thread: Alon: "Re: delete a file that found on different machine"
- Reply: Alon: "Re: delete a file that found on different machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Jun 2003 10:30:56 -0700
Alon wrote:
> Hi,
>
> How can I delete a file that found on different machine?
> Both of the machines have UNIX system,
> And i am programming in C.
You can use ssh w/out password prompting, if you set it up to use public
key authentication. See the man pages for ssh.
[user@machine]$ ssh othermachine rm badfile
-Anna-
- Next message: Rainer Temme: "Re: problem : SNMP port used when starting my java program"
- Previous message: Bjorn Reese: "Re: Interrupting program from command line"
- In reply to: Alon: "delete a file that found on different machine"
- Next in thread: Alon: "Re: delete a file that found on different machine"
- Reply: Alon: "Re: delete a file that found on different machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|