Customization within UNIX/AIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Customization within UNIX/AIX
# 15  
Old 10-07-2010
I was able to find this link which is helpful

Customizing AIX Prompt

---------- Post updated at 11:24 AM ---------- Previous update was at 11:24 AM ----------

Thanks for all the help Corona!
# 16  
Old 10-08-2010
Quote:
Originally Posted by Koopa_Troopa
Same thing with the up arrow. When I press the up arrow I just move up it doesnt load the previous command.
I suppose you will benefit from getting used to VI-style command line editing. It is the most powerful tool when working from a ksh command line, IMHO. You might want to read this post for a short introduction and any vi manual for further information. You might want to include these commands into your ~/.kshrc:

Code:
stty erase ^?
set -o vi

To install the man pages on AIX use the following commands (as root):

Code:
cd /path/with/bos.rte.man-packagefile
inutoc .
installp -acgX bos.rte.man

To get the version number of a running Korn shell under vi editing mode enter the command mode (press ESC) and enter "^V". The example is from an AIX 6.1 system:

Code:
# oslevel -s
6100-05-02-1034
# <ESC>^V
# Version M-11/16/88f

Use "^C" to get a new commandline with the version information removed.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 17  
Old 10-08-2010
Thanks for the bakunin, I really appreciate it Smilie
# 18  
Old 10-08-2010
The previous command, when set -o vi is set is: Esc+backslash in AIX (not arrows...)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Issue launching Websphere Customization ToolBox

I'm trying to configure IBM customization Tool Box but i'm facing the following issue don't know where i'm going wrong. CentOS Linux release 7.2.1511 (Core) 3.10.0-327.18.2.el7.x86_64 run-level 3 xming is working Unhandled exception Type=Segmentation error vmState=0xd4c6046e... (0 Replies)
Discussion started by: James0806
0 Replies

2. Red Hat

Installing cairo-dock or any other desktop customization software

Dear all, I want to install cairo-dock or any other substitute desktop customization software in my RedHat Linux 5.3 machine. I think cairo-dock is for fedora linux,i need RedHat compatible. Can any one provide me with the appropriate link and installation steps for the same. ... (0 Replies)
Discussion started by: monojcool
0 Replies

3. Ubuntu

Grub customization

I installed 9.10 this weekend. It's a fresh install. It installed GRUB, which works great, but with the 9.04 install I could customize the Grub menu (color, default OS and timeout) by editing /boot/grub/menu.lst. That file is no where to be found on this install. I've searched and all I find is... (4 Replies)
Discussion started by: dday
4 Replies

4. Programming

Java File Chooser customization

I am trying to add some other things onto the standard file chooser. I would like to have something like this at the bottom of the file chooser (underneath the Select and Cancel buttons). I will try to make this as legible as possible: File Name: File Type: ... (1 Reply)
Discussion started by: ajgwin
1 Replies

5. Linux

kickstart centOS 5.1 ---customization question

I am doing a centos 5.1 kickstart install for a school project and was wondering if there is a way to install a custom desktop background image.(upon 1st time logging into system) (instead of showing the default centos desktop background, it would show a custom image) Would i have to create a... (1 Reply)
Discussion started by: nuGz
1 Replies
Login or Register to Ask a Question