here's the output of the two commands you've asked for..
[EMAIL PROTECTED] usr]# ls -ld /usr/bin drwxr-xr-x 2 root root 61440 Nov 21 20:30 /usr/bin
[EMAIL PROTECTED] usr]# lsattr -d /usr/bin su--ia------- /usr/bin
----- Original Message ----- From: "S Iremonger" <[EMAIL PROTECTED]>
To: "Pankaj Agarwal" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[email protected]>; "Linux Net" <[email protected]>
Sent: Thursday, February 03, 2005 9:37 PM
Subject: Re: Query - Regarding strange behaviour.
>its not even allowing me to copy it ...then surely it wont allow me mv aswell... what else can i try... [EMAIL PROTECTED] root]# mount /dev/hda2 on / type ext3 (rw) [EMAIL PROTECTED] /]# cd /usr [EMAIL PROTECTED] usr]# cp bin testbin cp: omitting directory `bin'
"cp" does not normally copy direcrories as such by DEFAULT.
Use the "-R" flag on "cp" to make it 'recurse' and copy the whole directory and directory/files under it.
e.g. "cp -R bin bincopy"
And, show us all the results of the following 2 commands, please.
ls -ld /usr/bin lsattr -d /usr/bin
--S Iremonger <[EMAIL PROTECTED]>
- To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
