shanenin Posted March 9, 2005 Report Share Posted March 9, 2005 When I use the command ls -s with all of my linux systems I get permissions of 777 for the link. In my bsd system(using bash) when I make a sybolic link I get permissions of 755, is this normal? I have installed bash, but do not have a .bashrc, .bash_profile, or /etc/profile file to set parameters. Does that seem like the problem? Quote Link to post Share on other sites
jcl Posted March 9, 2005 Report Share Posted March 9, 2005 When I use the command ls -s with all of my linux systems I get permissions of 777 for the link.That's normal.In my bsd system(using bash) when I make a sybolic link I get permissions of 755, is this normal?That may be normal but I don't know. It doesn't really matter either way; the permissions of the target file are checked as well.I have installed bash, but do not have a .bashrc, .bash_profile, or /etc/profile file to set parameters. Does that seem like the problem?Nope. If you want them, create them. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.