I just installed Linux Mint 4.0 and am having trouble sharing folders on my network using Samba. What I need to know is how do I change the owner of the file from root to one of my user names? Also, how do I log into my root account? Is there any free software that I can install so that I can log into my Linux machine remotely from my windows XP system?
-
-
Start Mint assistant a follow it through to enable the root acount.
Should be the second dialogue. -
ok thanks thomas.
Is there a program similar to ultraVNC that I can use to log in remotely? -
Not sure, you can probably find one.
-
Or, to change the permissions of a file/folder through the CLI (my favorite):
1) cd /location/of/file/on/filesystem
2) sudo chown -R username file/folder
Where "username" is the name of the user you wish to transfer full permissions to.
Linux Mint Help with folder permissions
Discussion in 'Linux Compatibility and Software' started by UCHacker11, May 28, 2008.