how to run linux command from java program?
hi friendz,
i wrote a java program in which is creating a file using the "File" class.... but after creating it i want to change the permissions of tht file.......i.e. i want to run "chmod" command from java.... does any pone know how to do it? or is there any other way to do it using File class or some other class?.....
bye....
|