mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
Changing "Remove" to "Delete"
This commit is contained in:
parent
964f07132b
commit
f08c58079b
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@
|
|||
|
||||
`ufw deny proto {{udp}} from {{any}} to {{any}} port {{22}}`
|
||||
|
||||
- Remove a particular rule. The rule number can be retrieved from the `ufw status numbered` command:
|
||||
- Delete a particular rule. The rule number can be retrieved from the `ufw status numbered` command:
|
||||
|
||||
`ufw delete {{rule_number}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue