Wednesday, August 4, 2021

Linux: List of all Users and All Groups

  • getent passwd
  • getent passwd | cut -d: -f1


  • less /etc/group
  • getent group
  • getent group | cut -d: -f1


No comments:

Post a Comment

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass