• <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++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

            stat函數說明

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

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

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

             


             

            stat函數
            2008-07-26 20:25

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

            /*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函數說明  回復  更多評論   

            2008-12-23 09:25 by EiN
            不知博主有無使用stat時奇怪的現象。有時可以獲得文件的大小,有時返回錯誤。實在不知為何。
            日本免费久久久久久久网站| 亚洲日本va午夜中文字幕久久| 久久免费香蕉视频| 久久影视综合亚洲| 亚洲精品99久久久久中文字幕| 久久人人爽人人爽人人片AV不 | 久久天天躁狠狠躁夜夜2020一| 久久久精品人妻一区二区三区蜜桃| 久久99精品久久只有精品| 久久婷婷色综合一区二区| 午夜精品久久久久久99热| 久久久久亚洲AV综合波多野结衣 | 热RE99久久精品国产66热| 国产精品久久精品| 亚洲AV无码1区2区久久| 国产成人AV综合久久| 久久亚洲中文字幕精品有坂深雪| 欧美国产成人久久精品| 色欲综合久久躁天天躁| 99久久精品国内| 青草国产精品久久久久久| 久久人人爽人爽人人爽av| 狠狠色噜噜狠狠狠狠狠色综合久久| 国产一区二区三区久久| 一本色道久久综合亚洲精品| 一本久久知道综合久久| 日韩欧美亚洲综合久久影院Ds| 99久久人妻无码精品系列 | 国内精品久久久久影院亚洲| 久久久青草久久久青草| 国产精品免费福利久久| 婷婷综合久久中文字幕蜜桃三电影| 久久影院午夜理论片无码| 久久久这里有精品中文字幕| 99久久婷婷国产综合精品草原| 国产免费久久久久久无码| 91精品国产综合久久香蕉 | 久久精品中文字幕有码| 麻豆久久| 亚洲人成网站999久久久综合| 一本综合久久国产二区|