View Single Post
Old 08-31-2012, 08:44 AM   #9
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
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.
knc1 is offline   Reply With Quote