QueuePosixUser

data class QueuePosixUser(val group: String, val user: String)

Constructors

Link copied to clipboard
constructor(group: String, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the POSIX user's group.

Link copied to clipboard

The name of the POSIX user.