日期:2014-05-16 浏览次数:20894 次
cd home/a
bash: ./a: Permission denied
#!/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