23,223
社区成员
发帖
与我相关
我的任务
分享cd home/abash: ./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