Created
April 28, 2020 03:37
-
-
Save aamsur-mkt/a6470d4d33a2ef668f5519d97ca03106 to your computer and use it in GitHub Desktop.
show user id (UID) or process user id in docker (PUID)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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