macosx ownership & permissions
macosx ownership & permissions
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- sparker0
no. seriously, open xterm (or whatever the fuck os x calls their terminal), at the command line prompt type:
man chown
here:
http://emhain.wit.ie/cgi-bin/man…
http://emhain.wit.ie/cgi-bin/man…os x is basically unix (bsd) at it's core level. the darwin kernel is based on bsd.
you have control over the system via a terminal or shell and have most (if not all) the standard unix commands at your disposal.
and, just like in unix, to learn what each command does and how to use it, you can look up the man (read: manual) page.
welcome to unix, a real os.
:)