LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   moved home: permission denied (https://www.linuxquestions.org/questions/linux-software-2/moved-home-permission-denied-126280/)

mtb 12-16-2003 04:14 AM

moved home: permission denied
 
Hello,

i have recently created a new partition and moved everything that was on my home on that, and i have added a new line in fstab like the following:

/dev/hda5 /home ext3 default 0 1

Everything seemed to work fine, but i have recently discovered an huge problem:

i can't run anymore programs from my home, i get a permission denied problem always :(.

This happens both for scripts ( eg. ./configure ) and for stand alone programs ( some programs need to be in my home )

What can i do?

Thanks in advance

ps. of course the permission are ok ( 755 )

AltF4 12-16-2003 04:44 AM

Re: moved home: permission denied
 
Quote:

Originally posted by mtb

/dev/hda5 /home ext3 default 0 1

are you sure this is the exact line in fstab ?
sounds like you added the "noexec" option either in fstab or while mounting /home

miaviator278 12-17-2003 03:46 AM

check that your permissions are ok recruisivly, the directory permisions may be ok but not the contents "man chmod" "man chown" post your fstab so we know the exact line.

mtb 12-17-2003 04:03 AM

Re: Re: moved home: permission denied
 
Quote:

Originally posted by AltF4
are you sure this is the exact line in fstab ?
sounds like you added the "noexec" option either in fstab or while mounting /home

:( i changed the file fstab.bak, there was the option user instead of default in the official one.

Excuse me...

AltF4 12-17-2003 06:09 AM

"user" implies "noexec"
so you have to use default


All times are GMT -5. The time now is 11:53 AM.