InterviewSolution
Saved Bookmarks
| 1. |
Name the set of command to move folder from one location to another |
|
Answer» In Linux, using the command shell, you can move files or directories with the mv command. For EXAMPLE, if you wanted to move a FILE named "myfile. txt" to the folder named "backup," you would type the following command. For more information, SEE our mv command reference. |
|