moniema-
You asked how to give selected users access to files or directories. The traditional unix security model doesn't support this, but assuming you are running 2.6 (I think) or later, ACLs would be the recommended approach here. They are easy to use, and support the relevant IEEE standard.
Larry