实战chmod函数 fchmod fchmodat
1 #include "apue.h" 2 #include 3 4 int main() 5 { 6 struct stat statbuf; 7 if( stat("without_umask",&statbuf) 8 err_sys("stat error"); 9 10