Introduction - Computer Repair & Technology Services

Lists "hidden" files in current directory (those starting with a . character). ls -la . Options may usually be combined. This particular combination would list both hidden and unhidden files in the long format _____ mv . The "move" command is how you rename files. Example: mv oldfile.txt newfile.txt _____ cp . Allows you to copy one or more files. ................
................