centos alterlinuxtimestamptouch touchコマンドでタイムスタンプを変更する。 2015年6月25日 2015年7月26日 39秒 wakaue Facebook Twitter はてブ Pocket Feedly コマンド 下記コマンドにて実施する touch -d "(日付+時間)" (ファイル名) 実行例 # ll test.txt -rw-r--r-- 1 root root 0 6月 25 14:32 2015 test.txt # touch -d "2015/5/31 00:00" test.txt # ll test.txt -rw-r--r-- 1 root root 0 5月 31 00:00 2015 test.txt Facebook Twitter はてブ Pocket Feedly
ldap radiusdとopenldap(slave)の連携について 少しはまったので、メモ。 構成 oepldap(master) openldap(slave) radiusd openldap: 2.4....
bash mvコマンドでエラー「inter-device move failed, unable to remove target」が出る。 事象 mvコマンドで「inter-device move failed, unable to remove target」が出てファイル移動...
centos centos6.4 pam認証 パスワードポリシー 環境 centos 6.4 設定 パスワードに大文字、小文字、数字を最低1文字以上含める場合、以下のように設定。 vi /etc/pam.d...
oracle [oracle] truncateを禁止する truncateを禁止する策として以下を見つけた。 技術に弱いメンバでの運用ミスを減らすためにはよいかも。 http://d.hatena....