How can I change the Owner/group of a folder in SCO?
I did:
ls -l
and got the following:
...
drwxr-xr-x 9 root root 512 Jul 2 10:09 opt
...
I have tried:
chown /opt
But that hasn't worked.
The user I am wanting to use is: test
I have asked another question (different thread) about how to change the folder permissions, but realized I still won't be able to create folders in the /opt folder with root being the owner and group - if test is not part of the root group.