From: August August <passazir@mail.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] автозагрузка
Date: Mon, 20 Aug 2007 21:19:53 +0400
Message-ID: <E1INAuv-000Lwe-00.passazir-mail-ru@f55.mail.ru> (raw)
In-Reply-To: <6c7be88d0708200235g17fdd2ck683a538ede05510@mail.gmail.com>
20.08.07, Michael Shigorin <mike@osdn.org.ua> написал(а):
On Mon, Aug 20, 2007 at 09:02:24AM +0300, Dmitriy Kruglikov wrote:
> > echo '#!/bin/sh' > /etc/rc.d/rc.local
> Если до этой команды в /etc/rc.d/rc.local
> что-то было, то теперь вас будут вспоминать
> весьма активно, но не шибко лестно ...
> Аккуратнее с советами
Ты сразу пиши: ">" обычно перетирает файл (если нет некоторых
специфических настроек bash, а именно noclobber). А для
добавления разумно использовать ">>".
Я предпочитаю писать словами "добавить в файл" ...
И так далее ...
Дублировать же документацию, разъясняя,
что и как перенаправляет стандартный выхлоп...
Так я не на столько компетентен, чтоб не сделать ошибок в описании...
А посему, не рыбку, но удочку...
То есть, мысль, _что_ нужно сделать,
а _как_ пусть каждый решает за себя
--
Best regards,
Dmitriy L. Kruglikov
Dmitriy.Kruglikov_at_gmail_dot_com
DKR6-RIPE
XMPP: Dmitriy.Kruglikov_at_gmail_dot_com
-
А.
Один раз записал как советовали
chmod +x /path/to/filetoautorun
echo '#!/bin/sh' > /etc/rc.d/rc.local
echo '/path/to/filetoautorun' >> /etc/rc.d/rc.local
chmod +x /etc/rc.d/rc.local
-
а дальше использую только одну строку
echo '/path/to/filetoautorun' >> /etc/rc.d/rc.local
- все отлично работает.
А.
parent reply other threads:[~2007-08-20 17:19 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <6c7be88d0708200235g17fdd2ck683a538ede05510@mail.gmail.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1INAuv-000Lwe-00.passazir-mail-ru@f55.mail.ru \
--to=passazir@mail.ru \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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