タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

unixとUNIXとwikipediaに関するHashのブックマーク (2)

  • CVS (バージョン管理システム) - Wikipedia

    Concurrent Versions System (並行バージョンシステム) は、通常 CVS と略される、テキストファイルの変更を記録し管理するバージョン管理システム。 [編集] 概要 主にソフトウェアの開発に伴うソースコードを始めとしたテキストファイルの共有(保存、取り出し)に使われる。テキストファイルの枝分かれした版を管理する事ができる。自由なソフトウェアでもある。 枝分かれ(並行ヴァージョン)の機能を使わなくても、ファイルの直線的な追加改変を追いかけるのに使うことが出来る。特にダウンロードをする場合、サーバ上のファイルと自分の持っているファイルの差分のみを転送するだけで最新版を手にいれることが出来るため、開発途中のプログラムの配布にも使われる。 通常、CVSサーバを用意してファイルの共有をする。 CVSサーバにアクセスするCVSクライアント・プログラムは、コマンドラインの cv

  • nohup - Wikipedia

    nohup is a POSIX command which means "no hang up". Its purpose is to execute a command such that it ignores the HUP (hangup) signal and therefore does not stop when the user logs out. Output that would normally go to the terminal goes to a file called nohup.out, if it has not already been redirected. The first of the commands below starts the program abcd in the background in such a way that the s

    Hash
    Hash 2007/11/29
    ログアウトしてもバックグラウンドジョブをkillしない。/dev/nullってなんだっけ
  • 1