Jim wants to rename a directory for a project that he has been working on. Which of the following commands can he use to perform that action? a. ren projectx projecty b. rename projectx projecty c. move projectx projecty d. mv projectx projecty

Answer :

Answer: d. mv projectx projecty

Explanation: In renaming a directory for a directory, use the mv command.

To perform this action,Type mv , a space, the name of the file(projectx), a space, and the new name you wish the file to have(projecty).

Other Questions