|
|
Basic File and Directory NavigationOr: How do I tell someone where my stuff is?All-in-one version(Regular [individual slides] version) |
Disk: or partition, or hard
drive: physical medium for all the above
Server: A
computer with disks, accessible via the network
Client: A
computer (yes, with disks and files!) that you sit in front ofC:\, or root
directory /
C:\pmurphy\mystuff.txt/users/pmurphy/mystuff.txt
/
(forward slash), Windows uses \
(backslash)cd,
ls or
dir,
mkdir
A:,
B: for floppy drives,
C: first hard drive,
etc.
//usr,
/var,
/etc,
/tmp,
/bin on all Unix/Linux
systemsautofs: predefined set of
mount points, e.g. /users/pmurphy or
/home/aips or /DATA/BONOBO_1amd: more like "network
neighbourhood": /net/bonobo/
shows all "exported" filesystems on host bonobo.
| What | Windows Location | Linux Location | Machine |
|---|---|---|---|
| Home Directory | \\samba-cv\pmurphy\ |
/users/pmurphy/ |
cvfiler |
| CV Windows Shares | \\cvfiler\ |
/home/shares/ |
cvfiler |
| Your Web Area | \\samba-cv\public_html\ |
~/public_html/ |
donar |
| Your FTP Area | \\samba-cv\ftp-user\ |
/home/ftp/pmurphy/ |
donar |
| All NRAO Web Files | \\samba-cv\nraoweb\ |
/home/nraoweb/ |
donar |
| Another user's home | \\samba-cv\users\ghunt\ |
/users/ghunt/ |
cvfiler |