Thread
:
How to set permission on a file during debian package installation
View Single Post
b0unc3
2010-04-21 , 11:07
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#
7
Use the KISS phylosophy, something like that should do the work:
Code:
#!/bin/sh chmod 666 /path/to/file.db exit 0
Quote & Reply
|
The Following User Says Thank You to b0unc3 For This Useful Post:
magnuslu
b0unc3
View Public Profile
Send a private message to b0unc3
Find all posts by b0unc3