Re: Remote delete files?
- From: Markus Kossmann <markus.kossmann@xxxxxxx>
- Date: Wed, 03 Jan 2007 12:45:47 +0100
howa wrote:
Open a ssh shell as normal user on the remote machine and and then get root
sunebeck@xxxxxxxxx wrote:
howa wrote:
Hi,
How to delete files that exist on remote servers, given that only
secure method is allowed?
If you have ssh access you can write the command in one line like this:
ssh remote-host rm /path/to/file/that/should/be/deleted
happy too earlier...one more problem...
the file is owned by the root, but my ssh can't allow root login, is it
possible to do using this approach?
rights with su ( or sudo) in that ssh shell.
.
- References:
- Remote delete files?
- From: howa
- Re: Remote delete files?
- From: sunebeck
- Re: Remote delete files?
- From: howa
- Remote delete files?
- Prev by Date: Re: What is magic number in linux?
- Next by Date: Re: Remote delete files?
- Previous by thread: Re: Remote delete files?
- Next by thread: Re: Remote delete files?
- Index(es):
Relevant Pages
|