"Redhat"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
 
잔글
 
69번째 줄: 69번째 줄:
 
:*Amanda
 
:*Amanda
  
==참고 문헌==
+
== 참고 문헌 ==
*[[CentOS]]
+
 
*[[bash]] : Linux용 Bash Shell Script
+
*[[CentOS|CentOS]]
 +
*[[Bash|bash]] : Linux용 Bash Shell Script
 
*[http://www.kr.redhat.com/ redhat 한글 사이트]
 
*[http://www.kr.redhat.com/ redhat 한글 사이트]
 
*[http://blog.naver.com/joycestudy/100024258758 Linux RPM 사용법]
 
*[http://blog.naver.com/joycestudy/100024258758 Linux RPM 사용법]
 
*[http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Deployment_Guide-en-US/ Red Hat Enterprise Linux - Deployment Guide]
 
*[http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Deployment_Guide-en-US/ Red Hat Enterprise Linux - Deployment Guide]
 
+
[[Category:Linux|Category:Linux]][[Category:OS]]
[[Category:Linux]]
 

2014년 11월 10일 (월) 17:44 기준 최신판

Red Hat linux를 정리한다.

설치 가이드

사용자 가이드

관리자 가이드

  • RAID 0 : striping
  • RAID 1 : mirroring
  • RAID 5 : striping with distributed party
  • Firewall setup
  • Trusted Devices
  • /etc/sysconfig/iptables, /etc/rc.d/init.d/iptables
  • Security Enhanced Linux (SELinux), Mandatory Access Control (MAC)
  • system-config-securitylevel, -display, -date, -printer - {guid, tui}, -services
  • htsysv, chkconfig, service
  • Boot Sequence
  • /etc/inittab
  • /etc/rc.d/rc.sysinit, /etc/sysctl.conf
  • /etc/rc.d/rc, /rc?.d, init.d, run level 0 ~ 6
  • /etc/rc.d/rc.local
  • System shutdown
  • shutdown -h now
  • shutdown -r now
  • Kernel
  • sysctl, dmesg, /etc/sysctl.conf
  • uname, uptime, vmstat
  • lspci, lsusb, hwbrowser, kudzu, dmidecode
  • Process management : ps, top, gnome-system-monitor, kill, ulimit, nice, renice
  • Memory management : free, vmstat
  • Virtual memory : mkswap /dev/hda6, dd if=/dev/zero of=swapfile bs=1024 count=x
  • Network
  • ifconfig, netconfig
  • system-config-network
  • /etc/sysconfig/network-scripts, /etc/sysconfig/networking/profiles/profile
  • Route : /etc/sysconfig/network, /network-scripts/ifcfg-xx
  • route -n, netstat -n
  • hostname, /etc/hosts, /etc/resolv.conf
  • host, dig, nslookup, ping, traceroute, mtr
  • 소프트웨어 설치
  • rpm -ivh ~
  • rpm -Uvh ~.rpm, rpm -Uvh ftp://~/~.rpm
  • rpm -e ~
  • rpm -qa, qf filename, -qi package, -gl package
  • rpm -V package, rpm -Va
  • Shell Script
  • /etc/profile, /etc/profile.d/*.sh
  • ~/.bash-profile, ~/.bashrc, /etc/bashrc
  • Logs, Debugs
  • /var/log/message, /dmsg, /maillog, /secure
  • Backup, Restore
  • tar, star, cpid
  • dump, restore
  • Amanda

참고 문헌