Linux as such has no direct rename command for renaming one file name to other. The other way around and the most commonly used trick is to use a move file command to rename one file to another.
mv oldfile newfile
mv /usr/file.txt /usr/local/file.inc
This works for renaming.
Similar Posts:
- HOWTO: Install PEAR for php in Linux
- Transfer backup files from server to server in command line!
- Preventing Brute Force Attacks on FTP server
- How to upload/download files with FTP in linux commandline
- Which linux command to find free disk space!
- Uploading Files using Unzip in Linux
- Generating a Website Snapshot
- How to do backups with Network Attached Storage (NAS) in Linux
- Easy Install FFmpeg in Linux
- How to unzip ZIP files with PHP

