Locating and Restoring a File From Your Virginia Tech Network-Attached Storage (NAS) Space in Unix
Time to Complete (in minutes):  3

Question:
How do I locate and restore files from my Virginia Tech Network-Attached Storage (NAS) space in Unix?
Answer:
  1. At the shell prompt, enter:
    cd [Directory]

    Note:
    Replace [Directory] with the name of your NFS mount point for NAS file system.

  1. At the shell prompt, enter:
    ls -lu [Filename] .snapshot/*/[Filename]

    Note:
    Replace [Filename] with the name of the file you want to locate and restore.