The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Linux Mint Help with folder permissions

    Discussion in 'Linux Compatibility and Software' started by UCHacker11, May 28, 2008.

  1. UCHacker11

    UCHacker11 Notebook Consultant

    Reputations:
    2
    Messages:
    199
    Likes Received:
    0
    Trophy Points:
    30
    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?
     
  2. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Start Mint assistant a follow it through to enable the root acount.
    Should be the second dialogue.
     
  3. UCHacker11

    UCHacker11 Notebook Consultant

    Reputations:
    2
    Messages:
    199
    Likes Received:
    0
    Trophy Points:
    30
    ok thanks thomas.

    Is there a program similar to ultraVNC that I can use to log in remotely?
     
  4. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Not sure, you can probably find one.
     
  5. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    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.