ASKER
#!/usr/bin/perl
print "hi\n";
ASKER
ASKER
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
ASKER
sh-4.4$ vi hi.pl
sh-4.4$ pwd
/home/cg/root
sh-4.4$ /home/cg/root/hi.pl
sh: /home/cg/root/hi.pl: Permission denied
sh-4.4$ chmod 700 hi.pl
sh-4.4$ /home/cg/root/hi.pl
/home/cg/root/hi.pl: line 1: print: command not found