Results 1 to 2 of 2

Thread: password asking on certain application

  1. #1
    Join Date
    Aug 2007
    Beans
    6

    password asking on certain application

    since i installed onenote in crossover i cant seem to be able to password lock my journal is there a way that ubuntu could ask me a password i set for the app before it launches or a way that i can password lock my journals as it dosent seem to want to do it ?

  2. #2
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: password asking on certain application

    This is a FAQ on these forums.

    The basic function you are wanting is performed on linux by permissions. As long as you give each user a separate account , you set the permissions of your file so that only your user can access the file.

    say the file is called "foo"

    chmod 600 foo

    http://www.zzee.com/solutions/linux-permissions.shtml

    Now only your user and root can access the file. Since people can not access your account without your password .

    Essentially Linux is already password protected.

    The caveat is Ubuntu is fairly permissive by default (user home directories are readable by anyone). You can change the permissions of /home/usename (not recursively).

    chmod 770 $HOME

    last, if you need to restrict root use encryption.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •