Click to See Complete Forum and Search --> : Rename Directory


gary_r_james
07-03-2001, 11:07 PM
How do I rename a directory in RH 7.0? I have printed the linux tutoria and that is the one command in the short list they leave out.

Thanks,


Gary

demetrius
07-03-2001, 11:09 PM
You can rename directories the same way you rename files. 'mv oldname newname'

ArmyAnt
07-03-2001, 11:11 PM
Use the mv command. example, mv oldname newname

- ArmyAnt

gary_r_james
07-03-2001, 11:14 PM
Thanks, that did it.


Gary