URGENT: File permisson issue

Status
Not open for further replies.

srbharadwaj

Broken In
Machine: Solaris 10

There were some scripts and tools installed on the machine under /usr/TEST/bin which had the file permission
Code:
     -r-sr-sr-x   1 root     auto       12864 Sep  3  1998 route
-r-sr-sr-x   1 root     auto      203952 Sep 11  1998 snoop
-r-sr-sr-x   1 root     auto        6948 Sep 11  1998 arp
-r-sr-sr-x   1 root     auto        8788 Oct  5  1999 fgen
By mistake we logged in as root and gave
Code:
chmod 777 *
Due to which all the permission for the files was changes and none of the scripts or tools like snoop present are working

Please let me know tp how to restore the permission back so that we can execute the tools
 
Status
Not open for further replies.
Top Bottom