Am 23.11.2011 um 19:38 schrieb Nedi: > hi > can anyone give me idea how to give a file from temp folder as editable > network share with the Browser. > I have in my temp file reverse search file with phone numbers and name of the > callers I would like to give that file as a network share and there must be a > way to edit the file, put new numbers in the file /tmp/usb/invsuche_cache > > regards > nedi
You could e.g. mount a Samba share with: mount -t cifs //server/share /mnt/xxx -o username=user,password=secret (/mnt/xxx must exists before) Michael http://www.mksolutions.info ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
