Rule ID
SV-45010r1_rule
Version
V1R12
CCIs
If users do not have a valid home directory, there is no place for the storage and control of files they own.
Use pwck to verify home directory assignments are present. # pwck If any user is not assigned a home directory, this is a finding.
Assign a home directory to any user without one. This can be accomplished using ‘/sbin/yast2 users’ > Edit > Details to modify the home directory of an existing user. Alternatively, the following command may be used: # usermod -d </home/directory> <username>