Wednesday, February 8, 2012

chown

This command is used to change permission of the files..

Suppose you have directory by name obiee_binary and you have the installer files inside this directory and this directory is owned by root. .

Please enter the command below to change the permission of all the directories inside this folder as obiprd user and the group oinstall

chown -R obirpd:oinstall obiee_binary/*

No comments:

Post a Comment