Skip to content

Instantly share code, notes, and snippets.

@aamsur-mkt
Created April 28, 2020 03:37
Show Gist options
  • Save aamsur-mkt/a6470d4d33a2ef668f5519d97ca03106 to your computer and use it in GitHub Desktop.
Save aamsur-mkt/a6470d4d33a2ef668f5519d97ca03106 to your computer and use it in GitHub Desktop.
show user id (UID) or process user id in docker (PUID)
# show laradoc PUID (process UID in docker) / Linux UID
awk -F\: '{print "Group " $1 " with GID=" $3}' /etc/group | grep laradock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment