![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| linking in solaris9 | biswajithit | SUN Solaris | 3 | 05-22-2008 10:23 AM |
| Samba 3.0.22 on Solaris9 | Gegestic | SUN Solaris | 8 | 06-08-2006 11:58 AM |
| rsh and user environment | jhansrod | AIX | 2 | 12-16-2005 04:14 PM |
| install solaris9-how to ! | memo | SUN Solaris | 1 | 03-27-2005 01:54 PM |
| Solaris9 | CreamHarry | UNIX for Dummies Questions & Answers | 3 | 05-28-2003 09:37 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to set up user environment in Solaris9?
The follwoing is my .cshrc:
and when I log in and type init, I got the follwoing message: Usage: init [0123456SsQqabc] and also my login prompt is not ORACLE.bantest>> I believed I am running /bin/sh **************************************************** #ident "@(#)local.cshrc 1.2 00/05/01 SMI" umask 022 set path=(/bin /usr/bin /usr/ucb /etc .) if ( $?prompt ) then set history=32 endif # set prompt = "ORACLE.bantest>>" alias init "/app/oracle/product/ora92/" *************************************************** Thanks in advance |
|
||||
|
Instead of set prompt, I type the following line:
PS1="`hostname`:`pwd`:>>" and when I log back again, it workslike that: bantest:/home/simt:>> So, I am using bourne shell, is there any way I can create an alias in my .profile to cd to my oracle alert_db.log files? The complete path is : /app/oracle/product/ora92/admin/SEED/bdump Thanks in advance. P.S. I am pretty new to unix. |
|
||||
|
It works just great!
Can I have multiple go() at the same time? What if I also wanted to cd /app/oracle/product/ora92/TEST/bdump, how can I set up another go()? Where can I find out all the functions that comes with SunOS sh? Thanks in advance ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|