Difference between revisions of "Where Is Everything"
Jump to navigation
Jump to search
(stub) |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | == Syllabus == | |
| + | ''[[Where Is Everything Notes]]'' | ||
| + | === Filesystem Hierarchy === | ||
| + | *root filesystem | ||
| + | *home/ | ||
| + | *root/ | ||
| + | *boot/ | ||
| + | *etc/ | ||
| + | **lib/ | ||
| + | ***modules | ||
| + | *dev/ | ||
| + | *mnt/ | ||
| + | *floppy/ | ||
| + | *cdrom/ | ||
| + | *bin/ | ||
| + | *sbin/ | ||
| + | *usr/ | ||
| + | **local/ | ||
| + | *tmp/ | ||
| + | *var/ | ||
| + | *opt/ | ||
| + | *proc/ | ||
| + | === Searching === | ||
| + | *locate/updatedb | ||
| + | *find | ||
| + | *which/whereis | ||
| + | *cd '', ~, ., .. (, -) | ||
| + | *$PATH | ||
| + | === Help === | ||
| + | *man | ||
| + | *help options | ||
| + | *help | ||
| + | *info | ||
| + | *apropos | ||
| + | */usr/share/doc | ||
| + | *howtos | ||
| + | === Software === | ||
| + | *apt-cache search | ||
| + | *packages.debian.org | ||
| + | *freshmeat.net | ||
| + | *sourceforge.net | ||
| + | *other distros | ||
| + | === Other === | ||
| + | *dpkg -L/-S | ||
| + | *w/who/finger | ||
| + | *lsof | ||
| + | *lsmod | ||
| + | *lspci | ||
| + | *dmesg | ||
| + | |||
| + | == Prerequisites == | ||
| + | *ass | ||
| + | *adv. bulder | ||
| + | *build instructor | ||
| + | *core | ||
| + | == Further reading == | ||
| + | *filesystem hierarchy standard | ||
| + | *LSB 1.3/2.0 proposal | ||
| + | *linuxdoc.org (the linux documentation project, aka the howtos) | ||
| + | *debian howtos | ||
| + | *the man pages | ||
| + | == Time Estimates == | ||
| + | *1 hour 45 minutes | ||
| + | *hierarchy: 45 minutes | ||
| + | *searching: 20 minutes | ||
| + | *help: 15 minutes | ||
| + | *software: 15 minutes | ||
| + | *other: 15 minutes | ||
[[Category:Classes]] | [[Category:Classes]] | ||
| − | |||
Latest revision as of 18:28, 14 January 2006
Syllabus
Filesystem Hierarchy
- root filesystem
- home/
- root/
- boot/
- etc/
- lib/
- modules
- lib/
- dev/
- mnt/
- floppy/
- cdrom/
- bin/
- sbin/
- usr/
- local/
- tmp/
- var/
- opt/
- proc/
Searching
- locate/updatedb
- find
- which/whereis
- cd , ~, ., .. (, -)
- $PATH
Help
- man
- help options
- help
- info
- apropos
- /usr/share/doc
- howtos
Software
- apt-cache search
- packages.debian.org
- freshmeat.net
- sourceforge.net
- other distros
Other
- dpkg -L/-S
- w/who/finger
- lsof
- lsmod
- lspci
- dmesg
Prerequisites
- ass
- adv. bulder
- build instructor
- core
Further reading
- filesystem hierarchy standard
- LSB 1.3/2.0 proposal
- linuxdoc.org (the linux documentation project, aka the howtos)
- debian howtos
- the man pages
Time Estimates
- 1 hour 45 minutes
- hierarchy: 45 minutes
- searching: 20 minutes
- help: 15 minutes
- software: 15 minutes
- other: 15 minutes