Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Minix 3 installation on VMware

VMware installation

Set passward

    # passwd

Setting the Timezone

    # echo export TZ=Asia/Kolkata > /etc/rc.timezone

Getting OpenSSH

    # pkgin update

    # pkgin install openssh

    # mkdir /etc/rc.d/

    # cp /usr/pkg/etc/rc.d/sshd /etc/rc.d/

    # printf 'sshd=YES\n' >> /etc/rc.conf

    # /etc/rc.d/sshd start

Installing Common Packages

    # pkgin update

    # pkgin_sets

Managing User

    # group add Users
    
    # user add -M -g Users username
    
    # passwd username