chore(kb): get users' login shell

This commit is contained in:
Michele Cereda
2024-02-17 14:22:36 +01:00
parent 89b0711d77
commit 92e40be8ae
3 changed files with 54 additions and 0 deletions

View File

@@ -142,6 +142,10 @@ launchctl stop 'job_label'
# Enable file trimming on SSD.
sudo trimforce enable
# Get information about users.
dscl '.' -read "/Users/$USER" 'UserShell'
```
## Hidden settings