1
0
Fork 0
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:
Agniva De Sarker 2016-09-01 16:02:55 +05:30
parent 964f07132b
commit f08c58079b

View file

@ -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}}`