Displaying 2 results from an estimated 2 matches for "permistion".
Did you mean:
permission
2006 Jun 02
0
How to change permistion after mounting windows patition
Hello everybody:
I beg your help. : )
The windows version is windows 2003, and I share a folder with full =
control permission. The folder name is "asdf". And I use the command to =
mount below:
mount -t smbfs -o =
username=3Dadministrator,password=3D"",fmask=3D777,dmask=3D777 =
//windows/asdf /mnt/winnt
everything is Ok, and I can use any user to do what i want in the =
2006 Jan 12
8
Synching between Sqlite and MySql
Hi folks,
I am running an offline Rails app that periodically connects to the
Internet to download the latest catalogue, and upload any new orders.
I am about to implement the synching bit - and was thinking whether
there is any other solution other than writing webservices and code to
do a manual sync of the data, or whether there is a more nifty and
robust way using say replication?