Adding to the above list:
wget - to get files from another location (server)
example : wget
http://www.abcd.com/filename.tar
updatedb - Update the Search System and File System so you can use the "locate" command to find files on your server.
example : updatedb
locate - To search for location of a file or folder on your server
example: locate filename or locate file.tar (or whatever extension)