Click to See Complete Forum and Search --> : Problem running program


sym
02-06-2001, 12:18 PM
I keep trying to execute install programs on a CD-ROM on my RedHat 7 system. I am in the /mnt/cdrom directory, and I type "install_linux" (the install program), and I get a "command not found" returned?

I would assume that I am missing something very basic, but I'll be damned if I can figure out what it is. Any help would be greatly appreciated.

Thanks!

X_console
02-06-2001, 12:20 PM
Try:

./install_linux

sym
02-06-2001, 12:33 PM
That would be it. Thanks a lot.