Which of the following commands will search for the filefoo.txtunder the directory/home?
What is a Linux distribution?
Most commands on Linux can display information on their usage. How can this information typically be displayed?
The current directory contains the following file:
-rw-r—r— 1 root exec 24551 Apr 2 12:36 test.sh
The file contains a valid shell script, but executing this file using./test.shleads to this error:
bash: ./test.sh: Permission denied
What should be done in order to successfully execute the script?