purchasing a unix account


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers purchasing a unix account
Prev   Next
# 1  
Old 07-19-2001
purchasing a unix account

i just want to know if there is any place that i can purchase a unix account to use for life. i don't like the hassle of changing my email address every time i enter a new university/workplace, and i'd like some place to store files that i can access around the world. thanks!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. HP-UX

Downloading or purchasing HP-UX for HP Integrity rx4640

Hi I bought an old server hp rx4640 for 160$ on the online auction, but I do not have the cd with the operating system for it. Can you tell me if there is any way to obtain CDs with HP-UX form HPE? What kind of version can I get from HPE? Do I have to pay for it? Do you I have to buy a cd... (3 Replies)
Discussion started by: gbudny
3 Replies

2. Solaris

Purchasing Solaris Software

I am traditionally from the world of HP-UX, but have inherited seven Sun servers - a mixture of V120 and V240 servers. They have not been on software support with Sun/Oracle and I now need to purchase the latest versions of Solaris to put on them rather than put them back on support. Does... (3 Replies)
Discussion started by: marcusfra
3 Replies

3. UNIX for Dummies Questions & Answers

Unix Account

What is the command if i want to view the script of the user being executed. (0 Replies)
Discussion started by: kaibiganmi
0 Replies

4. UNIX for Dummies Questions & Answers

Create a unix account

Hi, Please could some advise how to create a unix account, from the root account. thanks you (2 Replies)
Discussion started by: venhart
2 Replies

5. UNIX for Dummies Questions & Answers

unix shell account

i purchased a unix shell account and got myself into a bit of trouble with my providers heh i got 3 automated emails telling me i had 3 background processes running, and my limit is two, which i knew. after a couple of emails between myself and a human being, he suggested i look up... (2 Replies)
Discussion started by: turf
2 Replies
Login or Register to Ask a Question
CHSH(1)                                                            User Commands                                                           CHSH(1)

NAME
chsh - change login shell SYNOPSIS
chsh [options] [LOGIN] DESCRIPTION
The chsh command changes the user login shell. This determines the name of the user's initial login command. A normal user may only change the login shell for her own account; the superuser may change the login shell for any account. OPTIONS
The options which apply to the chsh command are: -h, --help Display help message and exit. -R, --root CHROOT_DIR Apply changes in the CHROOT_DIR directory and use the configuration files from the CHROOT_DIR directory. -s, --shell SHELL The name of the user's new login shell. Setting this field to blank causes the system to select the default login shell. If the -s option is not selected, chsh operates in an interactive fashion, prompting the user with the current login shell. Enter the new value to change the shell, or leave the line blank to use the current one. The current shell is displayed between a pair of [ ] marks. NOTE
The only restriction placed on the login shell is that the command name must be listed in /etc/shells, unless the invoker is the superuser, and then any value may be added. An account with a restricted login shell may not change her login shell. For this reason, placing /bin/rsh in /etc/shells is discouraged since accidentally changing to a restricted shell would prevent the user from ever changing her login shell back to its original value. FILES
/etc/passwd User account information. /etc/shells List of valid login shells. /etc/login.defs Shadow password suite configuration. SEE ALSO
chfn(1), login.defs(5), passwd(5). shadow-utils 4.5 01/25/2018 CHSH(1)