In Java, I\'m dynamically creating a set of files and I\'d like to change the file permissions on these files on a linux/unix file system. I\'d like to be able to execute t
You can use the methods of the File class: http://docs.oracle.com/javase/7/docs/api/java/io/File.html