|
Basic File and Directory NavigationOr: How do I tell someone where my stuff is?All-in-one version(Regular [individual slides] version) |
C:\
, 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_1
amd
: 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/cvshares/ |
cvfiler |
Your Web Area | \\samba-cv\public_html\ |
~/public_html/ |
quordlepleen |
Your FTP Area | \\samba-cv\ftp-user\ |
/home/ftp/pmurphy/ |
donar |
NRAO main Web Server | \\samba-cv\www.nrao.edu\ |
/home/www.nrao.edu/ |
quordlepleen |
NRAO CV Web Server | \\samba-cv\www.cv.nrao.edu\ |
/home/www.cv.nrao.edu/ |
quordlepleen |
Another user's home | \\samba-cv\users\ghunt\ |
/users/ghunt/ |
cvfiler |