[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Program permission
|
chown <user> <program>
ex. # chown naresh pine
This should work also:
chown <user>.<group> <program>
ex. # chown naresh.naresh pine
chown 700 program
ex. # chown 700 pine
Maybe 600 would be better, unless you need write access to the program.
If I'm not mistaken, 700 is owner rwx, but 600 would be owner r-x.
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|