08 2016 档案

摘要:chown root /u Change the owner of /u to "root". chown root:staff /u Likewise, but also change its group to "staff". chown -hR root /u Change the owner 阅读全文
posted @ 2016-08-26 09:57 YaLing 阅读(251) 评论(0) 推荐(0) 编辑
摘要:编译: gcc -g malloc.c -fPIC -shared -o libmalloc.so -std=gnu99 链接: gcc -g test_dlmalloc.c -L. -Wl,-R . -lmalloc -o test_dlmalloc 阅读全文
posted @ 2016-08-18 14:09 YaLing 阅读(215) 评论(0) 推荐(0) 编辑