CompTIA
XK0-001 · Question #98
A system administrator is logged into a system as root. When trying to run the command /usr/local/bin/a.out, the administrator does the following: root@linux> cd /usr/local/bin oot@linux> a.out…
The correct answer is A. ./a.out. CompTIA XK0-001 Exam
Linux System Administration
Question
A system administrator is logged into a system as root. When trying to run the command /usr/local/bin/a.out, the administrator does the following:
root@linux> cd /usr/local/bin oot@linux> a.out bash: a.out: command not found What command should be issued to start the program?
Options
- A./a.out
- Bchmod o-x a.out
- Csu - user; a.out
- Dchown root a.out
How the community answered
(25 responses)- A80% (20)
- B4% (1)
- C12% (3)
- D4% (1)
Explanation
CompTIA XK0-001 Exam
Topics
#Linux commands#executable path#shell#current directory
Community Discussion
No community discussion yet for this question.