问题详情
Which of the following will rename dir1 as dir2?()
A、mv dir1 dir2
B、 ren dir1 dir2
C、 cp -R dir1 dir2
D、 mv -R dir1 dir2