run which command to check the actual user

hi gurus,

i have a question:

when run which javac under a user account I got the following results:

PROD DB Server: /usr/java14/bin/javac
DR DB Server: /usr/java14/bin/javac
DEV DB Server: /usr/java5_64/bin/javac

The .profile in all environments are same.

so how do know who is the exact owner of these files? :slight_smile:

thanks!

When you do a "ls -l" on them you will see the owner of the files.