The owner of the file is root.
I have enabled root priveleges on the text editor but still no luck.
Tried this command: df -h /usr/local/samba/lib/smb.conf
and get: can't find mount point
[div align=\"right\"][a href=\"index.php?act=findpost&pid=96439\"][{POST_SNAPBACK}][/a][/div]
Since the file is owned by root, you'll need to
switch
user mode to root via the "
su" command. Type
su on the command-line by itself to switch to the root user account. Hopefully you have a password set for the root account, otherwise just press enter when/if prompted for the user password.
You may use the command
whoami to verify that you are root after switching. Once you're on as root, you may edit the configuration file. Once you've edited the file, make sure you switch back to your normal zaurus account as soon as possible by exiting switched user mode (
exit).
As for the path ( /usr/local/samba/lib/smb.conf) that I mentioned earlier, that was just an example path where the samba configuration file may reside. It could reside elsewhere on your system. I'm assuming that since you are able to view the file attributes for the configuration file, that you know where the file is located. Simply substitue that path for the one I used in my "df -h /usr/local/samba/lib/smb.conf" example. You may also use the df as follows to show where the current directory is mounted:
df -h ....Make sure that there's a space between the -h and the period. Hope this helps.