mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
insmod, ip6tables-restore, tailf, unmount: add Polish translation (#14083)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
366285bd22
commit
80ad3f1cb9
4 changed files with 31 additions and 0 deletions
8
pages.pl/linux/insmod.md
Normal file
8
pages.pl/linux/insmod.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# insmod
|
||||
|
||||
> Dynamicznie ładuj moduły do jądra systemu Linux.
|
||||
> Więcej informacji: <https://manned.org/insmod>.
|
||||
|
||||
- Załaduj moduł jądra do jądra systemu Linux:
|
||||
|
||||
`insmod {{ścieżka/do/modułu.ko}}`
|
7
pages.pl/linux/ip6tables-restore.md
Normal file
7
pages.pl/linux/ip6tables-restore.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# ip6tables-restore
|
||||
|
||||
> To polecenie jest aliasem `iptables-restore` dla zapory sieciowej IPv6.
|
||||
|
||||
- Zobacz dokumentację oryginalnego polecenia:
|
||||
|
||||
`tldr iptables-restore`
|
8
pages.pl/linux/tailf.md
Normal file
8
pages.pl/linux/tailf.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# tailf
|
||||
|
||||
> To polecenie zostało zastąpione przez `tail -f`.
|
||||
> Więcej informacji: <https://manned.org/tailf.1>.
|
||||
|
||||
- Zobacz dokumentację zalecanego zamiennika:
|
||||
|
||||
`tldr tail`
|
8
pages.pl/linux/unmount.md
Normal file
8
pages.pl/linux/unmount.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# umount
|
||||
|
||||
> Właściwe polecenie to `umount` (u-mount).
|
||||
> Więcej informacji: <https://manned.org/umount.8>.
|
||||
|
||||
- Zobacz dokumentację właściwego polecenia:
|
||||
|
||||
`tldr umount`
|
Loading…
Add table
Reference in a new issue