InterviewSolution
Saved Bookmarks
| 1. |
How Can You Rename A File In Red Hat Linux? |
|
Answer» Open the Red HAT Linux shell command LINE and use the mv command. The mv command takes the path to the original file and the path to the newly NAMED file in the PARAMETERS. If you don’t specify the parameters, the mv command will ASK you for them. Open the Red Hat Linux shell command line and use the mv command. The mv command takes the path to the original file and the path to the newly named file in the parameters. If you don’t specify the parameters, the mv command will ask you for them. |
|