发布时间:2014-06-09 16:26:54
int getopt_long(int argc, char * const argv[],const char *optstring, const struct option *longopts,int *longindex);int getopt(int argc, char * const argv[], const char *optstring);如果optstring短参数中第一个是符号-,则case 语句写1来匹配。char *short_options="-abc:"; while((c = geto.........【阅读全文】
发布时间:2014-05-27 20:31:27
debugfs -R 'icheck 111' /dev/sda1获取文件块对应的inode号debugfs -R 'ncheck 7' /dev/sda1获取inode号对应的文件路径......【阅读全文】