Modifying a variable in a function changes it in the whole script. ... #!/bin/bash create_jail(){ d=$1 echo "create_jail(): d is set to $d" } d=/apache.jail ...
確定! 回上一頁