cygwin.rst
changeset 475 1c3192439efc
parent 449 6b248a17d3a4
child 476 feaa4d64ad4e
equal deleted inserted replaced
474:bc44e53d763e 475:1c3192439efc
    31 
    31 
    32 Also you need edit /etc/passwd to point to correct home path.
    32 Also you need edit /etc/passwd to point to correct home path.
    33 
    33 
    34 ** Cygwin ports.
    34 ** Cygwin ports.
    35 
    35 
       
    36 This project provides Cygwin binary and source packages for a large variety of programs and
       
    37 libraries, including the GNOME  and KDE desktop environments
       
    38 
    36   http://sourceware.org/cygwinports/
    39   http://sourceware.org/cygwinports/
    37                 home page
    40                 home page
       
    41   http://cygwinports.blogspot.com
       
    42                 official blog??
    38 
    43 
    39 * Users and groups.
    44 * Users and groups.
    40 
    45 
    41 ** Recreate /etc/passwd and /etc/groups.
    46 ** Recreate /etc/passwd and /etc/groups.
    42 
    47 
    43   $ mkpasswd -d | grep $yourlogin > /etc/passwd  # if you in Windows domain
    48   $ mkpasswd -d | grep $yourlogin > /etc/passwd  # if you in Windows domain
    44   $ mkpasswd -l > /etc/passwd                    # if you in Windows domain
    49   $ mkpasswd -l > /etc/passwd                    # if you in Windows domain
    45 
    50 
    46   $ mkgroup -l > /etc/group
    51   $ mkgroup -l > /etc/group
       
    52 
       
    53 * Running X Window.
       
    54 
       
    55   $ XWin -multiwindow&