![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| different shell csh bash | ajp7701 | Shell Programming and Scripting | 1 | 04-18-2008 04:19 PM |
| c shell instead of bash | ajp7701 | Shell Programming and Scripting | 0 | 03-18-2008 04:15 PM |
| Bash Shell | BG_JrAdmin | Linux | 1 | 08-07-2006 01:56 PM |
| need help with bash shell script | vmtailor | UNIX for Dummies Questions & Answers | 2 | 03-03-2005 04:30 PM |
| Bash Shell Scripts | sonbag_pspl | UNIX for Dummies Questions & Answers | 2 | 08-27-2004 01:31 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi All,
I am using HP-UX. Here ksh is configured as a default shell. How can i change this to bash. And please let me know of any freely available X-Terminals through which i can connect to Unix system from Windows. Regards, Vijay Hegde |
|
||||
|
there is a file /etc/passwd.
locate the row having ur user id in this file. in that row, the 7th entry curresponds to your default shell. change it to to the desired shell. (provided you have the access to write. otherwise get the help of ur admin to get it done) regard prajith |
|
||||
|
I'm never happy editing /etc/password directly, if your unix has chuser then root or a user with UserAdmin authorization can:
chuser shell=/usr/bin/ksh <userid> XLiveCD X server is a good, free, cygwin based server for Windows, which can run direct from CD with no files installed on the PC. Look at http://xlivecd.indiana.edu for download and documentation. cheers |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|