1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ykinfo.md

17 lines
310 B
Markdown
Raw Normal View History

2021-11-16 11:15:45 +01:00
# ykinfo
> Get basic information from a YubiKey.
> More information: <https://developers.yubico.com/yubikey-personalization/Manuals/ykinfo.1.html>.
- Display all information from YubiKey:
`ykinfo -a`
- Get only serial in decimal from YubiKey:
`ykinfo -s -q`
- Get capabilities from YubiKey:
`ykinfo -c`