Talk:Linux Security/ru
There are no discussions on this page.
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