LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cdrom command (https://www.linuxquestions.org/questions/linux-newbie-8/cdrom-command-3734/)

athenerx 06-26-2001 11:07 PM

cdrom command
 
:Pengy:
would anyone please tell me what command should I use to see where my cdrom and cdwriter are install.
I try /etc/fstab it gives me an error message, such as permission is denied.

trickykid 06-26-2001 11:11 PM

fstab should give you the info you might need. how are you trying to access fstab, its a text file so you need to open it with a text editor or with vi or something from the command line.
nothing should be permitting you not to view the file, if so cahnge your permission settings or su into root.

linuxcool 06-26-2001 11:13 PM

/etc/fstab is not an executable file. It is a data file. Use cat /etc/fstab to see what is in it.


All times are GMT -5. The time now is 11:21 PM.