Jimmie Brandon wrote:

> I am runnug rh6.1.  I mounted my cdrom.
> My question is how do I read the files on the cdrom
> and
> how do I run or execute a file from the cdrom?

where did you mount the cdrom?  mine mounts at /mnt/cdrom, so to see the
files,

ls /mnt/cdrom

to execute a file,

/mnt/cdrom/program_to_execute

if you're not sure where the cdrom mounts at, look at /etc/fstab for an
entry that looks something like this:

/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,ro
0 0

the second colum (/mnt/cdrom) is the directory where it's mounted.
--
Steve




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to