发布时间:2014-08-27 09:03:45
1. 首先尝试强制卸载,umount -f 挂载目录,很多时候是不行的2. 尝试延迟卸载 umount -l 挂载目录,成功挂载目录的查看 nfsstat -m......【阅读全文】
发布时间:2014-06-27 21:31:34
匹配以.sh、.bash结尾的文件 find ./ -regextype "posix-egrep" -regex "./.*\.(sh|bash)$"......【阅读全文】
发布时间:2014-06-24 09:53:02
基于2.6.32/** * clear_bit - Clears a bit in memory * @nr: Bit to clear * @addr: Address to start counting from * * clear_bit() is atomic and may not be reordered. However, it does * not contain a memory barrier, so if it is used for locking purposes.........【阅读全文】