CONFIG_FEATURE_UNIX_LOCAL

Denys Vlasenko vda.linux at googlemail.com
Fri Feb 25 17:13:30 UTC 2022


On Mon, Feb 14, 2022 at 2:20 PM Spare Project <spareproject776 at gmail.com> wrote:
> Using busybox and dropbear trying to blag unix socket forwarding without installing more software.
>
> nc -l local:/tmp/socket doesn’t create any socket ?

Incorrect syntax. Should be:

nc -l -s local:/tmp/socket


More information about the busybox mailing list