Apacheをソースコンパイルさせると,標準設定で「/usr/local/apache」(Apache2は,/usr/local/apache2/)ディレクトリ下にインストール ...
前回はP-Plamo独自のinitスクリプトの前半、 squashfsのイメージファイルを見つけるまでの処理を紹介しました。今回は引き続いてinitスクリプトの後半の処理を紹介しましょう。 この部分では書き込み不可なsquashfsをルートファイルシステムとして利用するため ...
前回までにP-Plamoの概要や起動処理について解説しました。その際にも触れたように、 P-PlamoではPlamo Linuxの環境をできるだけ変更せずに使うために、 liveDVD化に必要な処理は起動時のinitrdに集め、 squashfsに収めたPlamo Linuxには、 自らが特殊な環境で動いている ...
デーモンの起動スクリプトは、Linux How-To「第1回:起動スクリプトを知って基礎を理解しよう」でも紹介しているように ...
I'm a newbie trying to write a SysV init script for ipfm in RedHat 9. Looking at all the RedHat-installed scripts for services such as httpd and sshd, it appears that RedHat has the scripts written in ...
翔泳社では、「独習」「徹底入門」「スラスラわかる」「絵で見てわかる」「一年生」などの人気シリーズをはじめ、言語や開発手法、最新技術を解説した書籍を多数手がけています。プロジェクトマネジメントやチームビルティングといった管理職向けの ...
WORKING='/usr/local/bin/folding/' #Process Working Directory (This is where the FAH client is stored) NAME='fah6' #Process Name (This is the Folding @ Home executable ...
One of the most crucial pieces of any UNIX-like operating system is the init dæmon process. In Linux, this process is started by the kernel, and it's the first userspace process to spawn and the last ...