Difference between revisions of "AIX"

From Mesopoly 3.0
Jump to navigation Jump to search
Line 2: Line 2:
 
* To disable remote login access for your root user, edit the /etc/security/user file. Specify False as the rlogin value on the entry for root.
 
* To disable remote login access for your root user, edit the /etc/security/user file. Specify False as the rlogin value on the entry for root.
 
*To have bash as default shell
 
*To have bash as default shell
**Once succeeded having edited /etc/passwd. Also changed user id to "0" so that I was root and other root users did not have to put up with _my_ bash
+
**Edit /etc/passwd. Instead of that other shell, add the path to bash at the end of line having your username. Also change user id to "0" to be root (superuser) if other root users do not want bash as default shell. So, you login with your username and became superuser with bash.
  
 
===Software===
 
===Software===

Revision as of 07:47, 31 May 2007

Quick Tips

  • To disable remote login access for your root user, edit the /etc/security/user file. Specify False as the rlogin value on the entry for root.
  • To have bash as default shell
    • Edit /etc/passwd. Instead of that other shell, add the path to bash at the end of line having your username. Also change user id to "0" to be root (superuser) if other root users do not want bash as default shell. So, you login with your username and became superuser with bash.

Software

Education and Certification

  • Test 180: p5 and pSeries Enterprise Technical Support AIX 5L V5.3
  • Test 190: AIX Basic Operations V5
  • Test 222: p5 and pSeries Administration and Support AIX 5L V5.3
  • Test 237: pSeries HACMP for AIX 5L

Links