man iwgetid(8) - сообщение ESSID, NWID или AP/Cell адреса беспроводной сети

debian, “man iwgetid(8) - Report ESSID, NWID or AP/Cell Address of wireless network”, public translation into Russian from English More about this translation.

See also 139 similar translations

Translate into another language.

Participants

saturn721286 points
morbo130 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next
1 2

man iwgetid(8) - Report ESSID, NWID or AP/Cell Address of wireless network

man iwgetid(8) - сообщение ESSID, NWID или AP/Cell адреса беспроводной сети

History of edits (Latest: saturn721 3 years ago) §

NAME

НАЗВАНИЕ

History of edits (Latest: saturn721 3 years ago) §

iwgetid - Report ESSID, NWID or AP/Cell Address of wireless network

iwgetid - сообщение ESSID, NWID или AP/Cell адреса беспроводной сети

History of edits (Latest: morbo 3 years ago) §

SYNOPSIS

ОБЗОР

History of edits (Latest: morbo 3 years ago) §

iwgetid [interface] [--raw] [--scheme] [--ap] [--freq] [--mode] [--protocol] [--channel]

iwgetid [интерфейс] [--raw] [--scheme] [--ap] [--freq] [--mode] [--protocol] [--channel]

History of edits (Latest: saturn721 3 years ago) §

DESCRIPTION

ОПИСАНИЕ

History of edits (Latest: saturn721 3 years ago) §

iwgetid is used to find out the NWID, ESSID or AP/Cell Address of the wireless network that is currently used. The information reported is the same as the one shown by iwconfig, but iwgetid is easier to integrate in various scripts.

iwgetid используется для поиска NWID, ESSID или AP/Cell адреса беспроводной сети, которая используется в данный момент. Сообщаемая информация подобна выводимой iwconfig, но iwgetid легче встроить в различные сценарии.

History of edits (Latest: morbo 3 years ago) §

— Что-то не то в Linux происходит. Зачем придумывать новую утилиту, когда можно было бы доработать старую? morbo

By default, iwgetid will print the ESSID of the device, and if the device doesn't have any ESSID it will print its NWID.

По умолчанию, iwgetid выведет ESSID устройства, и если устройство не имеет какого-либо ESSID, он выведет его NWID.

History of edits (Latest: morbo 3 years ago) §

The default formatting output is pretty-print.

По умолчанию формат вывода удобен для печати.

History of edits (Latest: morbo 3 years ago) §

OPTIONS

ОПЦИИ

History of edits (Latest: saturn721 3 years ago) §

--raw

--raw

History of edits (Latest: saturn721 3 years ago) §

This option disables pretty-printing of the information. This option is orthogonal to the other options (except --scheme), so with the appropriate combination of options you can print the raw ESSID, AP Address or Mode.

Эта опция отключает форматирование удобное для печати. Эта опция не влияет на другие опции (кроме --scheme), поэтому с помощью подходящего сочетания опций вы можете вывести необработанные значения ESSID, адреса точки доступа или режима.

History of edits (Latest: morbo 3 years ago) §

— orthogonal прямоугольный saturn721

— Ортогональна, значит не пересекается по смыслу с другими опциями и не влияет на них. morbo

This format is ideal when storing the result of iwgetid as a variable in Shell or Perl scripts or to pass the result as an argument on the command line of iwconfig.

Этот формат идеален для сохранения результата iwgetid в переменной оболочки или в сценариях Perl или для передачи результата, или для передачи в качестве аргумента командной строки для iwconfig.

History of edits (Latest: morbo 3 years ago) §

--scheme

--scheme

History of edits (Latest: saturn721 3 years ago) §

This option is similar to the previous one, it disables pretty-printing of the information and removes all characters that are not alphanumerics (like space, punctuation and control characters).

Эта вариант похож на предыдущий, он отключает вывод информации в виде удобном для печати и удаляет все не буквенно-цифровые символы (например пробел, знаки препинания и управляющие символы).

History of edits (Latest: morbo 3 years ago) §

The resulting output is a valid Pcmcia scheme identifier (that may be used as an argument of the command cardctl scheme). This format is also ideal when using the result of iwgetid as a selector in Shell or Perl scripts, or as a file name.

Вывод результата соответствует правильному идентификатору схемы PCMCIA (так что он может использоваться в качестве аргумента команды cardctl scheme). Этот формат так же идеален для использования результата iwgetid в качестве селектора в сценариях оболочки или Perl, или в качестве имени файла.

History of edits (Latest: morbo 3 years ago) §

— cardctl scheme - оба слова переводить не нужно, http://linux.die.net/man/8/cardctl morbo

Подразумевается селектор в операторе case. morbo

--ap

--ap

History of edits (Latest: saturn721 3 years ago) §

Display the MAC address of the Wireless Access Point or the Cell.

Отобразить MAC адрес беспроводной точки доступа или ячейки.

History of edits (Latest: saturn721 3 years ago) §

--freq

--freq

History of edits (Latest: saturn721 3 years ago) §

Display the current frequency or channel used by the interface.

Отобразить текущую частоту или канал, используемый интерфейсом.

History of edits (Latest: morbo 3 years ago) §

--channel

--channel

History of edits (Latest: saturn721 3 years ago) §

Display the current channel used by the interface. The channel is determined using the current frequency and the frequency list provided by the interface.

Отобразить текущий канал, используемый интерфейсом. Канал определяется с помощью текущей частоты и списка частот, предоставленных интерфейсом.

History of edits (Latest: morbo 3 years ago) §

--mode

--mode

History of edits (Latest: saturn721 3 years ago) §

Display the current mode of the interface.

Отобразить текущий режим интерфейса.

History of edits (Latest: morbo 3 years ago) §

--protocol

--protocol

History of edits (Latest: saturn721 3 years ago) §

Display the protocol name of the interface. This allows to identify all the cards that are compatible with each other and accept the same type of configuration.

Отобразить название протокола интерфейса. Это позволяет определить все карты, которые совместимы друг с другом и принять одинаковый тип конфигурации.

History of edits (Latest: morbo 3 years ago) §
Pages: ← previous Ctrl next
1 2