rename directories and files
before rename the file
[root@localhost ~]# ls
anaconda-ks.cfg Desktop install.log.syslog Music s3 Videos
c1 Documents linux Pictures s4
d4 Downloads linux1 Public s5
d5 install.log mozilla.pdf s2 Templates
[root@localhost ~]# mv c1 d1
ls to check
[root@localhost ~]# ls
anaconda-ks.cfg Desktop install.log.syslog Music s3 Videos
d1 Documents linux Pictures s4
d4 Downloads linux1 Public s5
d5 install.log mozilla.pdf s2 Templates
before rename the file
[root@localhost ~]# ls
anaconda-ks.cfg Desktop install.log.syslog Music s3 Videos
c1 Documents linux Pictures s4
d4 Downloads linux1 Public s5
d5 install.log mozilla.pdf s2 Templates
[root@localhost ~]# mv c1 d1
ls to check
[root@localhost ~]# ls
anaconda-ks.cfg Desktop install.log.syslog Music s3 Videos
d1 Documents linux Pictures s4
d4 Downloads linux1 Public s5
d5 install.log mozilla.pdf s2 Templates
No comments:
Post a Comment