Jerry Gilliam wrote: > 2. Project Summary > 2.1. Project Description: > > EOF of UCB device names
> > UCB link name Standard name Device type > > /dev/[r]sr%d /dev/[r]dsk/* sd/atapi cdrom drives This one I do see quite frequently used in shell scripts, in order to find which of the disk devices is the cdrom/DVD drive on the system. What's the replacement mechanism for doing this in shell scripts? -- Andrew