ios sdk: how to read (or write) a file
January 7th, 2011
No comments
The ext2fs allows you to setup several attributes for each file or directory, each attribute modifies the behavior of a file, you can see the current attributes of a file with the lsattr command and you can change the attributes with the chattr command. For example, open a terminal window, then create a new “test” directory:
Latest Comments