How to show the number of subordinate UIDs for a user? #12080
-
Is there an easy way to show the number of subordinate UIDs for a user? I see there is uidmap information in the output from
Is it maybe possible by using (I haven't learned that syntax yet) Note also: An example of what I'm looking forFor example, this configuration
would yield this result
(The command Just being able to detect the number of subordinate UIDs for the current user would also be fine. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Thanks for reaching out, @eriksjolund! The format string you're looking for is: |
Beta Was this translation helpful? Give feedback.
-
@Luap99 Good to know. I tried out the range version and used bash to add the numbers (and subtract 1):
(I hope I got it right) |
Beta Was this translation helpful? Give feedback.
@Luap99 Good to know.
I tried out the range version and used bash to add the numbers (and subtract 1):
(I hope I got it right)