Chown

data class Chown(val path: String, val baseDirectory: BaseDirectory = CurrentWorkingDirectory, val owner: Int, val group: Int, val followSymlinks: Boolean = true)(source)

Constructors

Link copied to clipboard
constructor(path: String, baseDirectory: BaseDirectory = CurrentWorkingDirectory, owner: Int, group: Int, followSymlinks: Boolean = true)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val group: Int
Link copied to clipboard
val owner: Int
Link copied to clipboard