/etc/passwd 파일을 보면,
사용자 계정이 있고, 계정에 해당하는 고유 번호가 있는데요.
이 고유 번호를 추출할 수 있는 함수가 있나요?
아니면 수작업으로 만들어야 될런지...
cat /etc/passwd | awk -F : '{ print $3 }'
emerge moneyhttp://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇개 안되요~http://xenosi.de/
https://xenosi.de/
man getpwnam
OTL
grep -w "^foobar" /etc/passwd | awk -F : '{print $3}'
요게 조금 더 정확할 듯.... 아님 말구요. ㅎㅎㅎ
There's always another way, dear.
--------------------------------- There's always another way, dear.
하나만 가져올거면 id 계정 하면 됩니다.
텍스트 포맷에 대한 자세한 정보
<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]
cat /etc/passwd | awk -F :
cat /etc/passwd | awk -F : '{ print $3 }'
emerge money
http://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇개 안되요~
http://xenosi.de/
https://xenosi.de/
man getpwnam OTL
man getpwnam
OTL
이렇게도....
grep -w "^foobar" /etc/passwd | awk -F : '{print $3}'
요게 조금 더 정확할 듯.... 아님 말구요. ㅎㅎㅎ
There's always another way, dear.
---------------------------------
There's always another way, dear.
하나만 가져올거면 id
하나만 가져올거면 id 계정 하면 됩니다.
emerge money
http://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇개 안되요~
http://xenosi.de/
https://xenosi.de/
댓글 달기