STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM AIX 7.x Security Technical Implementation Guide

V-215420

CAT II (Medium)

All AIX files and directories must have a valid group owner.

Rule ID

SV-215420r991589_rule

STIG

IBM AIX 7.x Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-000366

Discussion

Failure to restrict system access to authenticated users negatively impacts operating system security.

Check Content

Determine if any file on the system does not have a valid group owner using command:
# find / -nogroup -print 

If any such files are found, this is a finding.

Fix Text

Change the group owner for each file without a valid group owner using command:
# chgrp <a-valid-group> /tmp/a-file-without-a-valid-group-owner