Skip to content

Comments

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

Open
BlakeRhodes wants to merge 1 commit intosystem76:masterfrom
BlakeRhodes:patch-1
Open

Fix ownership syntax in example: root.root → root:root#1358
BlakeRhodes wants to merge 1 commit intosystem76:masterfrom
BlakeRhodes:patch-1

Conversation

@BlakeRhodes
Copy link

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

Looks like a typo in the user group
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.

1 participant