When logged in type "man chdir" without the quotes and hit enter. That's how you navigate.
I'm assuming linux. Windows is similar, but the paths for navigation use backslashes instead of forward slashes.
If you do it as is, the back up file should appear right where you are if you do an "ls". LS is the same as "dir" in dos.
To see more info, try "ls -al". To see how it works completely, "man ls".
Hope that helps. If you are starting from scratch, check out a simple linux how to.
|