Results 1 to 2 of 2
how to set file permissions without using chmod command.
how to set file permissions by using perl script...
- 06-19-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 2
file permissions
how to set file permissions without using chmod command.
how to set file permissions by using perl script
- 06-19-2008 #2
chmod is one of four permissions functions that are available but its the only one that sets file permissions. as far as perl I dont know but You can create a bash script to change file permissions. call that from perl.
ps a mod will soon move this to the programming section of the forums


Reply With Quote
