Differences between revisions 2 and 3
Revision 2 as of 2005-10-27 14:14:06
Size: 1439
Editor: 203
Comment:
Revision 3 as of 2005-10-27 14:26:36
Size: 1535
Editor: 203
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * [http://www-03.ibm.com/servers/aix/products/aixos/linux/download.html AIX toolbox download]

AdvancedInterfaceExecutive. One of the OperatingSystem

http://www-1.ibm.com/servers/aix/

System V계열을 잇는 [IBM]의 [Unix]. CPU는 Power칩(IBM서버용, RS/6000 or pSeries). 버젼5.0부터 64bit 커널지원

AIX가 지원하는 산업표준

  • [POSIX]
  • System V (SVID) / [BSD] 4.3

관련자료

실제로 다루다 보면, [Linux]에 비해 불편한점이 한두가지가 아니다. 물론, 세팅하기에 따라 다르겠지만...

Troubleshooting

Q. command line에서 WildCard 동작이 이상함.

> ls some_dir/*
bash: /usr/bin/ls: Arg list too long
> cp some_dir/* some_dir2/
bash: /usr/bin/cp: Arg list too long
>

A. 이 이유는 WildCard에서 '*'로 표시될 최대숫자가 제한되어 있기 때문이다. getconf ARG_MAX로 확인하면 최대숫자를 볼 수 있다. 이를 초과한 파일수가 있을경우 나타나는 메세지. 직접 환경설정을 바꾸거나, ab* ac* 식으로 나눠서 해야함. [http://www.interex.org/pubcontent/enterprise/jan99/10qa/10qa.html 출처]


Q. A.

AIX (last edited 2012-05-09 16:01:02 by 61)

web biohackers.net