attribute « linux « C File Q&A

Home
C File Q&A
1.array
2.binary
3.delete
4.Development
5.directory
6.fgets
7.fopen
8.fprintf
9.fscanf
10.fwrite
11.header
12.include
13.input
14.LINE
15.linux
16.open
17.output
18.pointer
19.read
20.size
21.string
22.struct
23.Text
24.windows
25.write
C File Q&A » linux » attribute 

1. How to read vfat attributes of files in Linux using C    stackoverflow.com

I have a FAT filesystem mounted in Linux with the vfat driver. I want to know how I would be able to read the vfat attributes of a file such as ...

2. How to get more vfat attributes of files in Linux using C?    stackoverflow.com

This is a follow-up to my other question here: http://stackoverflow.com/questions/1644416/how-to-read-vfat-attributes-of-files-in-linux-using-c -- I saw this struct in linux/msdos_fs.h:

struct msdos_dir_entry {
   __u8  name[8],ext[3];   /* name and extension */
   ...

3. How to change Linux file attributes    stackoverflow.com

I am working in C not in CPP and want to change the attributes of a executable file to hidden, read only, executable. I also want to change file's permission using ...

4. retrieving file attributes in Linux    cboard.cprogramming.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.