タグ

tmpに関するnabinnoのブックマーク (3)

  • Raspberry Pi のtmpディレクトリをRAMディスクに移動 (r271-635)

    Raspberry Piのテンポラリ ディレクトリをRAMディスクに移動し、SDカードに書き込む回数をなるべく押さえるようにする設定 ■ 検証環境 ・Raspberry Pi (Debian) 2013-02-09-wheezy-raspbian ■ マウント設定の変更 proc /proc proc defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 2 /dev/mmcblk0p2 / ext4 defaults,noatime 0 1 # a swapfile is not a swap partition, so no using swapon|off from here on, use $ #### ramdisk tmpfs /tmp tmpfs defaults,size=32m 0 0 tmpfs /var/tmp tmpfs

  • tmp

    This is a widely used library to create temporary files and directories in a node.js environment. Tmp offers both an asynchronous and a synchronous API. For all API calls, all the parameters are optional. There also exists a promisified version of the API, see tmp-promise. Tmp uses crypto for determining random file names, or, when using templates, a six letter random identifier. And just in case

    tmp
  • スティッキービット - Wikipedia

    この記事には参考文献や外部リンクの一覧が含まれていますが、脚注による参照が不十分であるため、情報源が依然不明確です。 適切な位置に脚注を追加して、記事の信頼性向上にご協力ください。(2018年1月) スティッキービット(英: Sticky bit)は、UNIX/Linuxシステム上のファイルやディレクトリに対応して設定されるフラグである。 所有者のみが削除可能なファイルやディレクトリを作成するためにディレクトリに設定するフラグである。 もともとは高速化のためにプロセス終了後もメモリに保持するために実行ファイルに設定するものだった。 スティッキービットは1974年のUnix V5で導入され、純粋な実行ファイルで使われた。セットされていると、オペレーティングシステムはプロセスが終了した後もプログラムのテキストセグメント(命令の書かれている部分)をスワップ空間に保持する。これにより、同じプログラ

  • 1