creating file with permissions in c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thaparian354
    New Member
    • Jan 2007
    • 19

    creating file with permissions in c++

    can u tell me how to write a c++ program for make a file specifying permissions for read , write & execute in linux .
  • michaelb
    Recognized Expert Contributor
    • Nov 2006
    • 534

    #2
    This might give you an idea:

    http://www.die.net/doc/linux/man/man3/chmod.3.html

    Comment

    • rengaraj
      New Member
      • Jan 2007
      • 168

      #3
      Do u need make file example ??

      Comment

      Working...