Current Path :
/
usr
/
sbin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//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