pxkw.hatenadiary.com

めもめも

Entries from 2014-01-01 to 1 month

symlinkをchownする

オプションhを付与する。 chown -h owner:group symlinkchownのマニュアル: -h, --no-dereference affect each symbolic link instead of any referenced file (useful only on systems that can change the ownership of a symlink)なので、 -h を付与しな…

SymLinkとHardLinkの使い分けどころ

Linuxのシンボリックリンクとハードリンクはどう使い分けますか.. - 人力検索はてな 私が知っている中で、ハードリンクを最も効果的に使っているのは Cyrus IMAP Server と呼ばれる IMAP サーバのソフトで、このソフトの場合、基本的にはメール1通が1ファ…

ぜんぶウケる

心に響く、プログラム、コンピューターに関する優れた格言、名言 - 涙目で仕事しないSE デバッグ作業が、バグを取り除く過程であるならば、プログラミングとは、バグを入れ込む過程でないとおかしい。 初めの90%のコードは、開発時間の90%を占める。残りの10…

fprintfとかのstreamにNULLを渡した時の挙動は未定義

C Language, Using fprintf() with a NULL-stream Section 4.1.6 Use of Library Functions Each of the following statements applies unless explicitly stated otherwise in the detailed descriptions that follows. If an argument to a function has a…