728x90 Research245 프로세스 kill # PID=`ps -ef | grep -v grep | grep PROC_NAME | awk `{print $1}'`; kill $PID 2013. 5. 4. 디렉토리를 디렉토리로 마운트 디렉토리를 디렉토리로 마운트 하는 방법 mount -o bind /opt/var_log /var/log 항상 적용되도록 할려면 /etc/fstab을 아래와 같이 수정 # /etc/fstab /opt/var_log /var/log none bind 0 0 2013. 5. 2. ubuntu 에서 /etc/resolv.conf 수정 ubuntu에서 /etc/resolv.con를 직접 수정하면 안됨. /etc/resolvconf/resolv.conf.d/base 파일을 수정하면 적용됨. 2013. 4. 22. ubuntu network 설정을 /etc/network/interface 파일로 사용하고 싶을때 Network Manager 자동 시작 제거 sudo update-rc.d -f NetworkManager remove network-manager-gnome 을 제거 2013. 4. 22. 이전 1 ··· 4 5 6 7 8 9 10 ··· 62 다음 728x90