* [Comm] ~/.bash_profile putty $SSH_CLIENT
@ 2007-01-31 12:25 Maxim Mogilevsky
0 siblings, 0 replies; only message in thread
From: Maxim Mogilevsky @ 2007-01-31 12:25 UTC (permalink / raw)
To: community; +Cc: maxim_mogilevsky_home
> подключаюсь я допустим через putty
> а мне в терминале этом автоматом команда пользовательская запускается
Пропишите эту команду ее в ~/.bash_profile
Если нужно чтобы она выполнялась _только_ при заходе через SSH - тогда
вокруг нее можно поставить такие вот строчки:
if [ -n "$SSH_CLIENT" ]; then
команда
fi
--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-01-31 12:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-31 12:25 [Comm] ~/.bash_profile putty $SSH_CLIENT Maxim Mogilevsky
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git