Name two methods you could use to rename a file?
Answer / Jitendra Kumar Sharma
You can rename files using either of these methods:
1. Rename command: `mv oldfilename newfilename`
2. Moving the file to a new name with mv command: `mv oldfilename /path/to/newfolder/newfilename`
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the signals we have in Linux?
Is it hard to learn linux?
What are the main features of linux operating system?
What is yum in linux?
What are the advantages of arch linux?
What is the real mean of dhcp?
Explain virtual desktop.
Explain the 3 kinds of file permissions under linux?
How to exit from vi editors?
What does nslookup do? Explain its two modes.
How do I go back in linux terminal?
Torvalds, wrote most of the linux kernel in c++ programming language, do you agree?