package
0.0.0-20250306163500-5f3bb2705e1f
Repository: https://github.com/versoriumx/teleport.git
Documentation: pkg.go.dev
# Functions
AddUserToGroups adds a user to a list of specified groups on a host using `usermod`.
CheckSudoers tests a suders file using `visudo`.
No description provided by the author
GroupAdd creates a group on a host using `groupadd` optionally specifying the GID to create the group with.
UserAdd creates a user on a host using `useradd`.
UserDel deletes a user on a host using `userdel`.
# Constants
man GROUPADD(8), exit codes section.
man USERADD(8), exit codes section.
No description provided by the author
# Variables
No description provided by the author