Skip to content

Fix ownership syntax in example: root.root → root:root#1358

Merged
thomas-zimmerman merged 1 commit intosystem76:masterfrom
BlakeRhodes:patch-1
Feb 27, 2026
Merged

Fix ownership syntax in example: root.root → root:root#1358
thomas-zimmerman merged 1 commit intosystem76:masterfrom
BlakeRhodes:patch-1

Conversation

@BlakeRhodes
Copy link
Contributor

This PR corrects a small syntax issue in a code example where file ownership was written as:

sudo mv ~/.yubico/challenge-123456 /var/yubico/aaronh-serial
sudo chown root.root /var/yubico/aaronh-serial
sudo chmod 600 /var/yubico/aaronh-serial

Changed . to :

sudo mv ~/.yubico/challenge-123456 /var/yubico/aaronh-serial
sudo chown root:root /var/yubico/aaronh-serial
sudo chmod 600 /var/yubico/aaronh-serial

@jacobgkau jacobgkau requested review from a team February 25, 2026 19:03
Copy link
Member

@jacobgkau jacobgkau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the typo correction!

Copy link
Contributor

@thomas-zimmerman thomas-zimmerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, thank you for the typo fix!

Looks like a typo in the user group
@thomas-zimmerman thomas-zimmerman merged commit 09d9d9f into system76:master Feb 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants