Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: netacct-mysql-0.78
Показать сообщение отдельно

Аватара для ruslandh

info man howto


Сообщения: 6960
Благодарности: 385

Профиль | Сайт | Отправить PM | Цитировать


Цитата man ldd:

ИМЯ
ldd - выдаёт список зависимостей от динамических библиотек

ОБЗОР
ldd [ОПЦИЯ]... ФАЙЛ...

ОПИСАНИЕ
ldd выдаёт списк динамических библиотек, которые требуются для каждой
из заданных в командной строке программ или динамических библиотек.
Цитата man which:
NAME
which - shows the full path of (shell) commands.

SYNOPSIS
which [options] [--] programname [...]

DESCRIPTION
Which takes one or more arguments. For each of its arguments it prints
to stdout the full path of the executables that would have been exe-
cuted when this argument had been entered at the shell prompt. It does
this by searching for an executable or script in the directories listed
in the environment variable PATH using the same algorithm as bash(1).
Короче ldd `which nacctd` эквивалентна ldd _полный_путь_до_nacctd_ . А ковычки надо набирать те, что стоят над [Ё/~].

-------
Поспешай не торопясь


Отправлено: 10:44, 21-03-2005 | #3

Название темы: netacct-mysql-0.78