|
Home > Archive > Unix questions > January 2007 > files change to invisible after chmod 777
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
files change to invisible after chmod 777
|
|
| quickcur@yahoo.com 2007-01-19, 7:29 pm |
| After I ran chmod 777 *, the files under the current directory became
invisible to "ls". What is wrong?
Thanks,
qq
| |
| Todd H. 2007-01-20, 1:27 am |
| "quickcur@yahoo.com" <quickcur@yahoo.com> writes:
> After I ran chmod 777 *, the files under the current directory became
> invisible to "ls". What is wrong?
Another user of the system, emboldened by their new found write privs
to your files, deleted or them?
Try ls -tlar and see i fyou can't find them back. Use the history
command to see if you might have done something unintentional other
than the chmod 777.
--
Todd H.
http://www.toddh.net/
|
|
|
|
|