• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            Prayer

            在一般中尋求卓越
            posts - 1256, comments - 190, trackbacks - 0, articles - 0
              C++博客 :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理

            stat函數(shù)說明

            Posted on 2008-08-25 13:55 Prayer 閱讀(12646) 評論(1)  編輯 收藏 引用 所屬分類: LINUX/UNIX/AIX

            1 函數(shù)都是獲取文件(普通文件,目錄,管道,socket,字符,塊()的屬性。
            函數(shù)原型
            #include <sys/stat.h>

            int stat(const char *restrict pathname, struct stat *restrict buf);
            提供文件名字,獲取文件對應(yīng)屬性。
            int fstat(int filedes, struct stat *buf);
            通過文件描述符獲取文件對應(yīng)的屬性。
            int lstat(const char *restrict pathname, struct stat *restrict buf);
            連接文件描述命,獲取文件屬性。
            2 文件對應(yīng)的屬性
            struct stat {
                    mode_t     st_mode;       //文件對應(yīng)的模式,文件,目錄等
                    ino_t      st_ino;       //inode節(jié)點(diǎn)號
                    dev_t      st_dev;        //設(shè)備號碼
                    dev_t      st_rdev;       //特殊設(shè)備號碼
                    nlink_t    st_nlink;      //文件的連接數(shù)
                    uid_t      st_uid;        //文件所有者
                    gid_t      st_gid;        //文件所有者對應(yīng)的組
                    off_t      st_size;       //普通文件,對應(yīng)的文件字節(jié)數(shù)
                    time_t     st_atime;      //文件最后被訪問的時(shí)間
                    time_t     st_mtime;      //文件內(nèi)容最后被修改的時(shí)間
                    time_t     st_ctime;      //文件狀態(tài)改變時(shí)間
                    blksize_t st_blksize;    //文件內(nèi)容對應(yīng)的塊大小
                    blkcnt_t   st_blocks;     //偉建內(nèi)容對應(yīng)的塊數(shù)量
                  };
            可以通過上面提供的函數(shù),返回一個(gè)結(jié)構(gòu)體,保存著文件的信息。

             


             

            stat函數(shù)
            2008-07-26 20:25

            /* 最近要做簡單的linux文件管理的功能,用到函數(shù)相繼貼出來.很亂,待總結(jié)!*/

            /*reference :http://www.lslnet.com/linux/dosc1/10/linux-154990.htm*/
            /* dir.c */

            #include <sys/types.h>

            #include <dirent.h>

            #include <sys/stat.h>

            #include <string.h>

            #include <stdio.h>

            #include <stdlib.h>

            #include <unistd.h>



            extern int errno;

            /*

            DIR *opendir(const char *name);

            struct dirent *readdir(DIR *dir);

            int closedir(DIR *dir);

            */



            int main(int argc,char *argv[])

            {

            DIR *dir;

            struct dirent *pdir;

            struct stat st;

            char buf[1024];

            char c_type[6][9]={"普通文件","目錄","連接","\0","其他格式","\0"};

            int type;

            int n;



            if(argc>2)

            {

            printf("Usage: dir /path\n");

            return 0;

            }

            if(argc==2)

            strncpy(buf,argv[1],99);

            else

            strcpy(buf,".");



            printf("%s\n\n",buf);

            dir=opendir(buf);

            if(dir==NULL)

            {

            printf("Can not open %s\n",buf);

            return 0;

            }

            n = strlen(buf);

            if (buf[n-1] != '/') {

            strcat(buf, "/");

            n++;

            }

            while((pdir=readdir(dir))!=NULL)

            {

            strcat(buf, pdir->d_name);

            if(stat(buf,&st)==0)

            {

            if(st.st_mode&S_IFREG)

            type=0;

            else if(st.st_mode&S_IFDIR)

            type=1;

            else if(st.st_mode&S_IFLNK)

            type=2;

            else type=4;

            printf("%-10s%-20s%7d\n",c_type[type],pdir->d_name,(int)st.st_size);

            }

            else

            printf("%-20s%-10d%-10d\n",pdir->d_name,st.st_mode,errno);

            bzero(&st,sizeof(struct stat));

            buf[n]='\0';

            }

            closedir(dir);

            return 0;

            Feedback

            # re: stat函數(shù)說明  回復(fù)  更多評論   

            2008-12-23 09:25 by EiN
            不知博主有無使用stat時(shí)奇怪的現(xiàn)象。有時(shí)可以獲得文件的大小,有時(shí)返回錯(cuò)誤。實(shí)在不知為何。
            色综合久久久久无码专区| 日本福利片国产午夜久久| 久久99热这里只有精品国产| 人妻精品久久久久中文字幕69 | 久久久久久久综合综合狠狠| 思思久久99热只有频精品66 | 久久无码av三级| 久久精品国产福利国产琪琪| 精品国产乱码久久久久久人妻| 久久国产精品77777| 免费精品久久久久久中文字幕| 亚洲色大成网站www久久九| 日本一区精品久久久久影院| 亚洲国产视频久久| 国産精品久久久久久久| 精品久久亚洲中文无码| 久久高清一级毛片| 色综合合久久天天综合绕视看| 久久久久亚洲国产| 一本色综合久久| 久久精品亚洲福利| AAA级久久久精品无码区| 狠狠色丁香久久综合婷婷| 狠狠色婷婷久久一区二区| 色妞色综合久久夜夜| 久久婷婷五月综合成人D啪| 青青草原综合久久大伊人精品| 久久综合给久久狠狠97色| 国内精品久久国产| 日日狠狠久久偷偷色综合免费 | 色青青草原桃花久久综合| 亚洲国产日韩欧美久久| 久久99国产一区二区三区| 大蕉久久伊人中文字幕| 国产精久久一区二区三区| 久久精品一区二区三区中文字幕| 情人伊人久久综合亚洲| 蜜臀久久99精品久久久久久| 久久人人爽人人澡人人高潮AV| 久久综合五月丁香久久激情| 亚洲国产成人精品久久久国产成人一区二区三区综|