User Tools

Site Tools


slackware:etc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
slackware:etc [2010/12/18 18:18] slackslackware:etc [2019/11/07 17:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
-  * DIR_COLORS +====== DIR_COLORS ====== 
-  bashrc + 
-  fstab needs:+ 
 +<code text dir_colours.txt> 
 +.divx 01;35 
 +.rmvb 01;35 
 +.mkv 01;35 
 +.gvi 01;35 
 +</code> 
 + 
 +====== bashrc ====== 
 + 
 +====== fstab ======
  
 <code> <code>
Line 9: Line 19:
 nexus:/home/slack                          /home/slack/nexus     nfs   users,noauto  0  0 nexus:/home/slack                          /home/slack/nexus     nfs   users,noauto  0  0
 nexus:/home/slack/big                      /home/slack/nexus/big nfs   users,noauto  0  0 nexus:/home/slack/big                      /home/slack/nexus/big nfs   users,noauto  0  0
 +</code>
 +
 +====== hosts ======
 +
 +<code>
 +10.0.0.1                nexus
 +10.0.0.2                router
 +10.0.0.3                printer laser lbp3370
 +</code>
 +
 +====== inittab ======
 +
 +<code>
 +# Default runlevel. (Do not set to 0 or 6)
 +id:4:initdefault:
 +
 +[...]
 +
 +# These are the standard console login getties in multiuser mode:
 +c1:12345:respawn:/sbin/agetty 38400 tty1 linux
 +c2:12345:respawn:/sbin/agetty 38400 tty2 linux
 +c3:12345:respawn:/sbin/agetty 38400 tty3 linux
 +c4:12345:respawn:/sbin/agetty 38400 tty4 linux
 +c5:12345:respawn:/sbin/agetty 38400 tty5 linux
 +c6:12345:respawn:/sbin/agetty 38400 tty6 linux
 </code> </code>
slackware/etc.1292696323.txt.gz · Last modified: 2019/11/07 17:58 (external edit)