![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to install VIM in AIX UNIX | div_Neev | Shell Programming and Scripting | 1 | 11-01-2007 11:18 PM |
| trying to install unix OS5 | noncon4mist5 | UNIX for Dummies Questions & Answers | 0 | 11-25-2006 07:10 AM |
| How do I install Unix? | helpMeGetStarte | UNIX for Dummies Questions & Answers | 3 | 04-01-2006 01:51 AM |
| How to install Unix | hrach_gulzadyan | UNIX for Dummies Questions & Answers | 1 | 02-11-2006 09:29 PM |
| The what and how to install UNIX on a new mac | pharme | UNIX for Dummies Questions & Answers | 4 | 01-04-2005 08:21 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How to install Unix on my pc
Hi guys,
I have used Unix while I was a student but want to install it on my pc. My question is How do I install UNIX on my pc which has Windows XP already installed and running? I have a bootable Unix 6.0 CD. thanks |
| Forum Sponsor | ||
|
|
|
|||
|
alot of options
This is too big a topic to answer in one post, really.
But there are alot of unix based OS's out there. for something quick and easy fedora.redhat.com Not as quick and easy, but other options: www.freebsd.org www.debian.org Which Unix do you actually use at school? Solaris maybe? (Just a guess) |
|
|||
|
Quote:
I have installed SCO openServer(TM) The Santa Cruz Operation my terminal is scoansi It works fine but it only works in the super user mode. Is there a way I can set my box to work as multi user. I want it to be used by different users by creating user accounts in /etc/passwd file. |
|
|||
|
useradd
Many unix's have a program called "useradd".
It may not be in your path. If not, find it (while also seeing if you do have it) by doing: whereis useradd For example, on my system: Code:
[gjduff@melvin gjduff]$ whereis useradd useradd: /usr/sbin/useradd /usr/share/man/man8/useradd.8.gz from a GUI: Example: in gnome's menu: system settings -> users and groups And finally, if the two above ideas fail, here's three pages that show the more traditional approach: http://www.sikh-history.com/computer...eraccount.html http://jove.eng.yale.edu/doco/EIT-AD...t-admin-3.html http://unix.ittoolbox.com/groups/gro...&i=91461&x=ori |
|
|||
|
useradd example
In case you have useradd, here's an example of me
using it: Code:
[root@melvin gjduff]# /usr/sbin/useradd dingbat -G dinger -s /bin/bash -p dingbat8 [root@melvin gjduff]# passwd dingbat Changing password for user dingbat. New password: Retype new password: passwd: all authentication tokens updated successfully. bash as a default shell. I had to change the password. I think the -p actually takes what is supposed to be the encrypted variation of it. No matter though. You can just use passwd to enter it the normal way. |
|
|||
|
Got a Unix book
Thanks! It worked just fine. I got a Unix book and started working with it and It makes lot of sense now. I realy appreciate your help.
Does Unix come with C compiler and pico. How do I install new softwares on my machine? |
|||
| Google UNIX.COM |