리눅스 system-config-network

Jmnote bot (토론 | 기여)님의 2017년 7월 11일 (화) 04:06 판 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))

1 개요

system-config-network
/usr/sbin/system-config-network

 

2 내용

  • CentOS 5, 6
[root@zetawiki ~]# cat /usr/sbin/system-config-network
#!/bin/sh

if [ -n "$DISPLAY" -a -f /usr/sbin/system-config-network-gui ]; then
    exec /usr/sbin/system-config-network-gui "$@"
else
    exec /usr/sbin/system-config-network-tui "$@"
fi
  • CentOS 7
(없음)

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}