[email protected] wrote:

I tried this command but not working

chmod -v a+wt /mnt/lfs/sources/*

It would appear that you are not ready for LFS. That command applies to the *directory*:

chmod -v a+wt /mnt/lfs/sources

To change the tarballs, you need to make them *readable*:

chmod -v 644 /mnt/lfs/sources/*

and for convenience, change everything so *you*, as a regular user, owns them:

chown <user>:<user> -Rv /mnt/lfs/sources

It should be obvious, but the commands above need to be run as root.

   -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to