mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:55:32 +02:00
pro: add page (#10158)
* pro: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
66872426ea
commit
dfe68a35a2
1 changed files with 28 additions and 0 deletions
28
pages/linux/pro.md
Normal file
28
pages/linux/pro.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# pro
|
||||
|
||||
> Manage Ubuntu Pro services.
|
||||
> More information: <https://manpages.ubuntu.com/manpages/latest/en/man1/ubuntu-advantage.1.html>.
|
||||
|
||||
- Connect your system to the Ubuntu Pro support contract:
|
||||
|
||||
`sudo pro attach`
|
||||
|
||||
- Display the status of Ubuntu Pro services:
|
||||
|
||||
`pro status`
|
||||
|
||||
- Check if the system is affected by a specific vulnerability (and apply a fix if possible):
|
||||
|
||||
`pro fix {{CVE-number}}`
|
||||
|
||||
- Display the number of unsupported packages:
|
||||
|
||||
`pro security-status`
|
||||
|
||||
- List packages that are no longer available for download:
|
||||
|
||||
`pro security-status --unavailable`
|
||||
|
||||
- List third-party packages:
|
||||
|
||||
`pro security-status --thirdparty`
|
Loading…
Add table
Reference in a new issue