... about my professional issues
# changes the ownership for a particular user # I use it mainly in cases the uid/gid differs between machines while it was intended # to be the same find /oracle -uid 500 -exec chown oracle {} \; find /oracle -gid 500 -exec chgrp oracle {} \;
Post a Comment
No comments:
Post a Comment