# chmod-calc /etc/group
Permissions for: '/etc/group'
Type: Hardlink
Owner: root
Group: root
Octal Permissions: 644
File Size: 815 bytes
Link Count: 2
Hidden File: No
ACLs: none
Extended Attributes: none
Capabilities: None
Immutable (chattr +i): No
Symlink: No
Parent Folder Symlink: No
Category Read Write Execute
Owner Yes Yes No
Group Yes No No
Public Yes No No
Special Attributes:
SUID: Not Set
SGID: Not Set
Sticky Bit: Not Set
The `chmod-calc` output between the problematic server and normal server are the same:
# chmod-calc /etc/group
Permissions for: '/etc/group'
Type: Regular File
Owner: root
Group: root
Octal Permissions: 644
File Size: 815 bytes
Link Count: 1
Hidden File: No
ACLs: none
Extended Attributes: none
Capabilities: None
Immutable (chattr +i): No
Symlink: No
Parent Folder Symlink: No
Category Read Write Execute
Owner Yes Yes No
Group Yes No No
Public Yes No No
Special Attributes:
SUID: Not Set
SGID: Not Set
Sticky Bit: Not Set
But after I install a random package with apt, the old issue pops up and /etc/group become a hardlink again.