> Does anyone know what the /dev/pts is in fstab? I don't know and it's been > bugging me intermittenly for WEEKS! I cannot find what it is. If anyone has a > reference to where it is explained pls post. They are UNIX98 pseudo-tty's. From /usr/src/linux/Documentation/devices.txt: 136-143 char Unix98 PTY slaves 0 = /dev/pts/0 First Unix98 pseudo-TTY 1 = /dev/pts/1 Second Unix98 pesudo-TTY ... These device nodes are automatically generated with the proper permissions and modes by mounting the devpts filesystem onto /dev/pts with the appropriate mount options (distribution dependent, however, on *most* distributions the appropriate options are "mode=0620,gid=".) -- Jim Ockers (ockers@ockers.net) Ask me about Linux! Contact info: please see http://www.ockers.net/ Fight Spam! Join CAUCE (Coalition Against Unsolicited Commercial Email) at http://www.cauce.org/ .