You must remember what is the intent of the SME 5 server:
To serve as server to a LAN of windows or mac machine while providing all network servies (DHCP, NAT, file, mail, web, ...)
All if not most users only need to access the services through the lan and not directly at the unix command line. In fact, you do not want to give most users access to the unix prompt as they would not know what to do with it.
Now, if there is a need for some users other than root or admin to access the command line, this is easy enough to do and if you know anything about linux, it should not be an issue.
You may want to have access yourself as a regular user to use unix and get familiar to it withoug taking the risk of damaging the system. If this is the case, I suggest you install one of the full blown distribution (redHat, Mandrake...) for that.
If you are not sure how to give access to the command line to users and it is still what you want to do, then:
1. Login at the console as root
2. Edit the /etc/passwd file using vi or vim (you may have to read on this if you do not know how to use it. Some other users may know of another easier console editor...
3. FOr the users you want, there is the shell interface shown at the end of the user entry. Replace it with the same shell used for root. (I think it is bash). Save the file and that's it!
Command line should be available for that user.
I hope this helps.
Serge.