homeDirPath

@JvmName(name = "sjsdrkusvbirmrdn")
suspend fun homeDirPath(value: Output<String>)
@JvmName(name = "nthwlyqjwejasecb")
suspend fun homeDirPath(value: String?)

Parameters

value

The user directory home path for each user. The file path format is as follows:

  • A forward slash (/) or backslash (\) as a separator.

  • Each paragraph cannot contain ":|? *.

  • The length of each segment ranges from 0 to 255.

  • The total length range is 0~32767. For example, if the user directory is/home, the file system will automatically create A directory of/home/A when user A logs in. Skip if/home/A already exists.

NOTE: Explain that user A needs to have the permission to create A directory, otherwise the/home/A directory cannot be created.