Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how can i change the Root name
Name: speedy Date: October 4, 2002 at 14:20:11 Pacific OS: solaris8 CPU/Ram: 512
Comment:
i'm a newibe , all i want to know is how can i change the # sign when i telnet or loging to my unix machine , example .. Sun Microsystems Inc. SunOS 5.8 Generic February 2000 You have new mail. # pwd / # <----< i want to change this # to any other name i want , how ??? Thanks in advance
Name: jimbo Date: October 4, 2002 at 23:36:17 Pacific
Reply:
The "#" value is can be changed by setting the PS1 variable in /etc/profile or the .profile / .login in your home directory. First, learn about the various shells available under Solaris before attempting to set this. I recommend doing a google search on "unix shells" or "setting PS1"
-jim
0
Response Number 2
Name: ASB Date: October 7, 2002 at 09:58:22 Pacific
Reply:
In csh add .cshrc file set prompt = "`hostname`:$LOGNAME% "
In ksh add .profile file PS1="["`hostname`:'$PWD'"]> " export PS1
Summary: Here's my dilema: I've been trying to add a unipack(18GB)hdd to my Sparc5 workstation. I formatted and partitioned the drive to use all avail space using c0t2d0s6. Not thinking I added the following ...
Summary: Hai, how can i get the system configuration in solaris 8? i want to get all detail for example name of sound card driver, nic card driver, video card driver and etc ., is there any command...
Summary: How can I get the current selection from an OptionMenu. I tried with XmNmenuHistory, XmNbuttonSet and XmNchildren. All of them return the widget ID of the buttonGadget, but not the choice number, I me...