• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Changing File Permission to Execute on Unix Box

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
Would like some help on changing the permission on unix box using java program.requirement is something like this ......
U have earlier created a file on unix platform using java program . However at that time the file is created with rw permission . Now what I need to do is give the execute permission to the other group . How ever I am not allowed to make any native call or any use Runtime.exec()...
Now How do I change the file permission. Please
guide me.
Thanks
Sandeep
reply
    Bookmark Topic Watch Topic
  • New Topic