AIX 에서 암호를 변경하는데...

sauron의 이미지

UNIX 중 AIX 에서, 자동으로 사용자의 암호를 바꿀려고 합니다.
그래서 popen 을 사용하는 _PipeWrite.exe 를 만들었읍니다.
소스는 이렇습니다.
 
#include<stdio.h>
 
int main(int ArgCnt, char* AargVal[])
{
    if(ArgCnt<3)
    {
        printf("※ Need 2 Arg('Command', 'Data To Write')\n"); return 0;
    }
 
    FILE* VP_File   =popen(AargVal[1],"w");
    int   VI_RetCode=0;
    int   i         =2;
 
    for(;i<ArgCnt;++i)
    {
        VI_RetCode=fprintf(VP_File,"%s\n",AargVal[i]);
        printf("## Write Result=%d: %s\n",VI_RetCode,AargVal[i]);
    }
 
    fflush(VP_File); pclose(VP_File);
}
 
이것을 _PipeWrite.exe 이라는 실행파일로 만든 다음에, 아래 명령을 실행하였읍니다.
 
./_PipeWrite.exe 'passwd test1 1>my.txt' 1234 1234
 
원래 대로라면 사용자의 입력을 기다리지 않고, test1 의 암호가 1234 로 변경되어야 합니다.
그런데 passwd 명령을 콘솔에서 실행할 때와 같이, 자꾸 2 회 입력을 기다리고 있읍니다.
이상한 것은 저 소스는 리눅스에서는 정확하게 동작하고 있는 소스입니다.
그런데 AIX 에서는 먹혀들지 않네요. 사용되는 셸은 Korn Shell(/usr/bin/ksh) 입니다.
뭔가 이상해서 사용자의 입력을 받는 _Input.sh 를 아래처럼 만들고,
 
#!/usr/bin/ksh
 
echo "#### Enter Data."
 
sleep 2
 
read  VS_Data
echo $VS_Data
 
 
./_PipeWrite.exe "_Input.sh" TestData 를 실행하면, 또 정상 동작합니다.
그러니까 사용자가 TestData 를 입력한 것처럼 동작을 한다는 것이지요.
이것은 _PipeWrite.exe 에는 이상이 없다는 뜻인데, passwd 와 관련이 있지 않나 생각합니다만,
확실히는 잘 모르겠읍니다.
혹시 UNIX 에서 이런 현상 겪으신 분들 있으시면 고견을 청합니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.