The "mv" (move) command is what *nix systems use to 'rename' a file or directory.
The "ln" (link) command points one directory name to another directory name.
You can find the details by using the man(ual) command in a *nix system with the manuals installed.
or, ask google:
man ln
man mv
Google knows where to find the manual pages for you.
Just keep in mind, you will have to reverse the changes made by those commands before you can run a firmware update.
Also, keep the *.old directory around, you will need it when you reverse the process.
|