close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 10, 2024, 3:04:59 PM (22 months ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| 62 | 62 | sudo purge |
| 63 | 63 | }}} |
| | 64 | |
| | 65 | == dscl == |
| | 66 | |
| | 67 | * Making a user account an administrator on Mac (Terminal) |
| | 68 | * https://teamdynamix.umich.edu/TDClient/47/LSAPortal/KB/ArticleDet?ID=1981 |
| | 69 | |
| | 70 | 1. SSH into computer, or find and add it to Apple Remote Desktop. |
| | 71 | 2. Run the following command: |
| | 72 | {{{ |
| | 73 | dscl . -append /Groups/admin GroupMembership username |
| | 74 | }}} |
| | 75 | |
| | 76 | * Please note: An alternative method is to use the following command, but it will only work on Macs bound to Active Directory (not common) |
| | 77 | {{{ |
| | 78 | dseditgroup -o edit -a username -t user admin |
| | 79 | }}} |