-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>>>>> "Sudev" == Sudev Barar <[EMAIL PROTECTED]> writes:

    Sudev> On Wed, 2003-12-17 at 12:41, MALKIAT BENIPAL wrote:
    >> # chown 644 *
    >> 
    >> but the problem is not solved. Only I am able to write to a
    >> file in my /home/malkiat directory and not /home/malkiat/y2kcob
    >> or /home or /home/malkiat/y2kbin. But I have issued the chown
    >> 644 * command in all these respective paths and the problem is
    >> not solved.
    >> 

    Sudev> Should not this be #chown -R 644 /your/home/directory ???

No. If you want to change files,

  find $HOME -type f -print0 | xargs -0 chmod 644

For directories:

  find $HOME -type d -print0 | xargs -0 chmod 755

Choose your own perms.

Regards,

- -- Raju
- -- 
Raj Mathur                [EMAIL PROTECTED]      http://kandalaya.org/
       GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
                      It is the mind that moves
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.6 and Gnu Privacy Guard <http://www.gnupg.org/>

iD8DBQE/4FGRyWjQ78xo0X8RAsxlAJ4o51RBqxEEjJrvRqsBdiwJxx/H0ACeKSFN
i+rkcOxWxNvN9+5WUaG7f/M=
=Fx7F
-----END PGP SIGNATURE-----

_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to