Eric Martin: >what does ls -l /etc/fstab show? $ ls -l /etc/fstab -rw-r----- 1 root root 1434 Nov 29 2006 /etc/fstab
Florian Phillip: >Please post the output of >cat /etc/group | grep $username Returns nothing. When I substitute my username (glindstrom) in it also returns nothing. Arthuro Buanzo: > Try sending us the output of the "mount" command. $ mount /dev/sda2 on / type ext3 (rw,noatime,acl) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) udev on /dev type tmpfs (rw,nosuid) devpts on /dev/pts type devpts (rw) /dev/sda5 on /var type ext3 (rw,nodev,noatime) /dev/sda6 on /usr type ext3 (rw,nodev,noatime,acl) /dev/sda7 on /home type ext3 (rw,nosuid,nodev) /dev/sda8 on /m01 type ext3 (rw,nosuid,nodev,noatime,acl) none on /dev/shm type tmpfs (rw,noexec,nosuid,nodev) none on /tmp type tmpfs (rw,size=32M) usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=85) //express/bender_departments on /mnt/depts type smbfs (0) //express/bender_public on /mnt/public type smbfs (0) //express/bender_everyone on /mnt/everyone type smbfs (0) //express/edi_images on /mnt/edi_images type smbfs (0) Dirk Heinrichs: > Or just: id $ id uid=10002(glindstrom) gid=1000(people) groups=1000(people),1002(cvs),1005(it),1022(p_it),1027(appdev) Kent Fredric: >try a plain old bash script and see if that works, and try this and >see if it works: $ ./testrun -bash: ./testrun: Permission denied <Sigh>. Thanks for all of your help, guys. It looks like I'm not set up to execute sctripts in this manner. I'll continue to put "python" or "perl" in front of them Thanks again, --greg