I am trying to delete directories recursively in 'smbclient' like I typically do with 'rm -r' on a Unix shell, but I am just not able to. Is that in fact possible in 'smbclient'? Youssef Eldakar Bibliotheca Alexandrina
Youssef Eldakar wrote:> I am trying to delete directories recursively in 'smbclient' like I typically do with 'rm -r' on a Unix shell, but I am just not able to. Is that in fact possible in 'smbclient'?try to force with rm -rf... urza
This is what I get: NT_STATUS_NO_SUCH_FILE listing \...\-rf Youssef Eldakar Bibliotheca Alexandrina ________________________________ From: urza [mailto:iwillneverstay@yahoo.it] Sent: Wed 3/22/2006 8:44 PM To: Youssef Eldakar Cc: samba@lists.samba.org Subject: Re: [Samba] Remove Directory Recursively Youssef Eldakar wrote:> I am trying to delete directories recursively in 'smbclient' like I typically do with 'rm -r' on a Unix shell, but I am just not able to. Is that in fact possible in 'smbclient'?try to force with rm -rf... urza
In 'smbclient', how do I remove a directory recursively? 'rm -fr' does not work. Youssef Eldakar Bibliotheca Alexandrina