1
0
Fork 0
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:
rozie 2024-10-11 17:10:58 +00:00 committed by GitHub
parent 366285bd22
commit 80ad3f1cb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 0 deletions

8
pages.pl/linux/insmod.md Normal file
View 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}}`

View 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
View 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`

View 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`