Web Hosting Talk







View Full Version : How do you rename a directory with ssh??


hoot
03-13-2002, 09:48 AM
I've tried rename olddir newdir but it doesn't work,

Please help !

zupanm
03-13-2002, 10:08 AM
mv olddir newdir

ASPCode.net
03-13-2002, 10:08 AM
Been a while since I was at the command line of a Linux box but aren't you supposed to use

mv

hoot
03-13-2002, 10:17 AM
thanks !
I actually found the answer on google !
Now I've got a much harder question, see post above this one !
Your great !