Linux 특정 유저에 루트권한 부여하기

목적

특정 유저에 루트권한을 부여한다.

해결

/etc/sudoers 화일에 visudo명령을 통해 해당 유저를 추가한다.

방법

1. visudo 를 실행한다.
2. root 라인 이후에 다음과 같이 추가한다.

root ALL=(ALL) ALL
username ALL=(ALL) ALL

Posted by 망고

11 20, 2008 10:48 11 20, 2008 10:48
,
Response
No Trackback , No Comment
RSS :
http://www.shimminkyu.com/tc/rss/response/919

Linux ip 주소 알아내기

문제

Linux 내 PC의 IP주소를 알고싶다.

해결책

ifconfig | grep 'inet addr:'| grep -v '127.0.0.1' |
cut -d: -f2 | awk '{ print $1}'

Posted by 망고

11 16, 2008 22:31 11 16, 2008 22:31
,
Response
No Trackback , 4 Comments
RSS :
http://www.shimminkyu.com/tc/rss/response/915

Reference Manual

REDHAT
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/

MySQL
http://dev.mysql.com/doc/

APACHE
http://httpd.apache.org/docs/2.2/

Posted by 망고

03 20, 2006 18:25 03 20, 2006 18:25
, , , ,
Response
No Trackback , No Comment
RSS :
http://www.shimminkyu.com/tc/rss/response/67

Linux Additional Language Support

http://kbase.redhat.com/faq/FAQ_80_2361.shtm

Issue:
I have an installed system. How do I add additional languages to it for additional language support?

Resolution:
Unfortunately you cannot easily add languages to an already installed system due to the way language support is handled on a system-wide and per-package basis. If you need additional languages on your system, you should reinstall the system, selecting all languages to utilize on the system at install time.

이런... 추가 언어팩을 설치하는데 시스템을 다시 설치하라니...
리눅스 불편해요 + 1point
ㅜㅜ

Posted by 망고

03 19, 2006 11:26 03 19, 2006 11:26
, ,
Response
No Trackback , 5 Comments
RSS :
http://www.shimminkyu.com/tc/rss/response/64


Recent Photo

recent photo from http://www.flickr.com/photos/melanchocolate/ from Uploads from mangolog

Stay Foolish, Stay Hungry.

- 망고

Schedule

«  »
with Google Calendar API

Site Stats

Total hits:
318551
Today:
149
Yesterday:
256