Here is a handy command line to say, add user user1 to the wheel group.
sudo dseditgroup -o edit -a user1 -t user wheel
Very handy command. Then you may want to add group write permission to your target directory.
Here is a handy command line to say, add user user1 to the wheel group.
sudo dseditgroup -o edit -a user1 -t user wheel
Very handy command. Then you may want to add group write permission to your target directory.