Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../rbg/../../../../.././sbin/wanbootutil
Real path: /usr/sbin/wanbootutil
Zurück
#!/usr/bin/pfsh # # Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved. # # wanbootutil is a wrapper that executes programs in /usr/lib/inet/wanboot # which are used to perform WAN boot administration tasks. # case "$1" in keygen | keymgmt) exec /usr/lib/inet/wanboot/"$@" ;; *) echo "Usage: wanbootutil [keygen | keymgmt] [options] " exit 1 ;; esac