I ran the following command.
#find / -local -user user-exec chown user:dba "{}";(user is user and dba is group)
After that some system files ownership got changed.Because of this , I am not able to access the machine.
The above command done this? I am not able to diagnosis the problem.
#find / -local -user user-exec chown user:dba "{}";(user is user and dba is group)
After that some system files ownership got changed.Because of this , I am not able to access the machine.
The above command done this? I am not able to diagnosis the problem.