File: dfshints

package info (click to toggle)
dfsbuild 1.0.2.0
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,312 kB
  • ctags: 6
  • sloc: haskell: 831; sh: 200; makefile: 99
file content (22 lines) | stat: -rw-r--r-- 1,015 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
# arch-tag: dfshints: display useful hints

cat <<EOF
Here are some useful DFS commands:
Command                     Description
--------------------------- -------------------------------------------------
dfshelp                     Access primary DFS documentation. 
dfshints                    Display this information
reboot                      Reboot the system
elinks, lftp                Web browser / FTP client
invoke-rc.d sysklogd start  Start logging subsystem -- use keys below
                            to view log messages
invoke-rc.d lvm start       Initialize LVM subsystem
invoke-rc.d discover start  Autodetect hardware, method 1
invoke-rc.d udev start      Initialize support for USB devices, 
                            autodetect hardware method 2
invoke-rc.d pcmcia start    Initialize PCMCIA subsystem
nano, vim, joe, or emacs    Text editors
Alt-F1 through Alt-F6       Switch to other virtual terminals
Alt-F7, Alt-F8              Display log (F7) or debug (F8) messages
EOF