https://linuxize.com/post/how-to-list-users-in-linux/
- less /etc/passwd
- getent passwd
- getent passwd | cut -d: -f1
- less /etc/group
- getent group
- getent group | cut -d: -f1
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
No comments:
Post a Comment