23,217
社区成员




cd home/a
bash: ./a: Permission denied
$ . ./a
sh a
#!/bin/bash
#This script is a test!
echo -n "Date and Time is:"
date
echo "The executable path is:"$PATH
echo "Your name is :`whoami`"
echo -n "Your current directory is:"
pwd
#end