Tarek Ghaleb wrote:
Hello list,

I'm in the process of building an LFS system a second time, this time
paying more attention to detail. I was wondering why we give the Ncurses
libraries execute permissions in LFS 6.1 (6.21):
chmod 755 /usr/lib/*.5.4 I know in Debian the permissions are 644 and I think the same is true
for Fedora.


Just as an experiment I've (or rather, root has) just run

find /usr/lib -type d -exec chmod 755 {} \; && find /usr/lib -type f -exec chmod 644 {} \;

This has set the permissions of every file in /usr/lib to 644. I've rebooted 
and everything seems to be running OK...
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to