리눅스 커널 초기화 확인 방법 간단합니다. /var/log/dmesg 이렇게 아... 앞에 cat 명령어를 넣어주세요 그러면 부팅 시 리눅스 커널이 무슨 짓을 하는지 볼 수 있습니다. 아래는 샘플 [root@rhel ~]# [root@rhel ~]# [root@rhel ~]# cat /var/log/dmesg Linux version 2.6.18-53.el5 (brewbuilder@hs20-bc2-3.build.redhat.com) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Wed Oct 10 16:34:02 EDT 2007 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 00000000..
리눅스 grub 새로 설치하는 방법 두 가지 방법이 있습니다. 첫번 째 방법으로 안된다면 2번째 방법으로 다시 시도 해보세용~~~ [root@rhel ~]# /sbin/grub-install /dev/sda 하드타입에 따라 hda 가 될 수도 있음 Installation finished. No error reported. This is the contents of the device map /boot/grub/device.map. Check if this is correct or not. If any of the lines is incorrect, fix it and re-run the script `grub-install'. # this device map was generated by anaconda..
리눅스에서 사용되는 모든 TCP, UDP 포트 정보... 리눅스 서버의 etc/services 파일에 해당 정보가 있습니다. 물론 포트 변경은 가능합니다. # /etc/services: # $Id: services,v 1.42 2006/02/23 13:09:23 pknirsch Exp $ # # Network services, Internet style # # Note that it is presently the policy of IANA to assign a single well-known # port number for both TCP and UDP; hence, most entries here have two entries # even if the protocol doesn't support UDP..
리눅스에서 실행 패키지가 어떤 역할을 하는지 궁금할 때. 가령 sshd 라는 데몬이 어떤 패키지로 설치되었으며 어떤 역할을 하는지 알고 싶을 때 아래처럼 확인하시면 됩니다. [root@rhel init.d]# rpm -qf sshd openssh-server-4.3p2-24.el5 [root@rhel init.d]# [root@rhel init.d]# rpm -qi sshd package sshd is not installed [root@rhel init.d]# rpm -qi openssh Name : openssh Relocations: (not relocatable) Version : 4.3p2 Vendor: Red Hat, Inc. Release : 24.el5 Build Date: Sat Jul ..
리눅스에서 rpm으로 설치된 파일에서 관련 패키지 찾는 방법 /etc/multipath.conf 이런 파일이 어떤 패키지로 설치되었는지 확인 하는 명령어입니다. 아래처럼 하시면 됩니다. [root@rhel ~]# rpm -qf /etc/multipath.conf device-mapper-multipath-0.4.7-12.el5 [root@rhel ~]#
리눅스설치 방법, RHEL5.1기준, redhat enterprise linux 5.1 레드헷 엔터프라이즈 리눅스 설치방법 라이센스가 없어도 설치가 가능합니다. 라이센스가 없으면 yum을 사용할 수 없습니다. RHCE 시험을 이 버전으로 보니 설치해봤습니다. vmware로 설치했구요. 물리적 디스크 2개에 2번째 디스크는 백업 파티션으로 잡는것으로 설치를 했습니다. 웹호스팅 서비스를 한다는 가정하에 /home 파티션을 따로 잡았습니다. 그냥.. 아래 그림대로 따라하시면되겠습니다.