Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
bash: permission denied problem
Name: Sharon Date: December 25, 2002 at 15:11:08 Pacific OS: RedHat 6.2.4 CPU/Ram: 2xPIII-1000, 1GB
Comment:
Hi, I got this strange problem on my RedHat 6.2.4 machine: Only root can run the following I/O redirections. Any other user is getting a "bash: Permission denied" error. The code is: ls << END * END
which should simply work, but I got the error! Can someone help me with it? Thnx, Sharon
Summary: You still may get permission denied if your command is invalid. "/dev/hda", for example, is a device file for your primary master IDE hard drive, not a command. You should get a book or find a tutoria...
Summary: I can't seem to run shell scripts that reside on an EXT2 filesystem. I get bad interpreter: permission denied every time I try, even though I am root, and the exec bits are set on both the script and...
Summary: I am trying to use an Onstream DI-30 tape drive under Redhat 7.3. This IDE drive is loaded as a scsi drive (hdd=ide-scsi) and is (apparently) on my system as /dev/sg. So here's the problem. Whenever I...