随笔分类 -  linux命令高级

摘要:# deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted# See http://help.ubuntu.com/community/UpgradeNote... 阅读全文
posted @ 2014-12-02 22:59 helloweworld 阅读(283) 评论(0) 推荐(0)
摘要:date -d "1970-01-01 UTC `echo "$(date +%s)-$(cat /proc/uptime|cut -f 1 -d' ')+12288812.926194"|bc ` seconds"用dmesg显示的时间替换红色字 阅读全文
posted @ 2014-10-25 18:32 helloweworld 阅读(843) 评论(0) 推荐(0)
摘要:1. ls -i 列出文件的索引编号inumber, 如: 3984595012. find ./ -inum 398459501 -print -exec rm -rf {} \;或者 find ./ -inum398459501 | xargs rm如出现问号试试: rm ./?其他乱码可以试试... 阅读全文
posted @ 2014-05-24 00:50 helloweworld 阅读(209) 评论(0) 推荐(0)