Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../system/../../sbin/bootconfchk
Real path: /usr/sbin/bootconfchk
Zurück
#!/usr/bin/python3.7 -Es import solaris.no_site_packages # # Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved. # ''' launch bootconfchk(8) to validate wanboot.conf(4) all bootconf validation is done by wanboot-cgi functions ''' import sys from wanboot.wanboot import bootconfchk sys.exit(bootconfchk(sys.argv))