Talk:Linux Security/ru
Discussion page of Linux Security/ru
Views
Actions
Namespaces
Variants
Tools
How to wrap the following in UserCmd:
getent group | awk -F : '{print $1}'
after the pipe, the command is "trimmed" and only the part before it remains:
getent group
Example:
user $ getent group