CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 85: XK0-004: CompTIA Linux+

A systems administrator downloads an application's source files, compiles the application, and installs it per the application's installation instructions. When trying to run the application, the system states:$ occmdbash: occmd: command not found`¦Running the locate command shows it does exist in the following locati…

Nội dung câu hỏi

A systems administrator downloads an application's source files, compiles the application, and installs it per the application's installation instructions. When trying to run the application, the system states:$ occmdbash: occmd: command not found`¦Running the locate command shows it does exist in the following location:/opt/occmd/bin/occmdWhich of the following should the administrator do to allow the command to run properly? (Choose two.)

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. sudo ln ג€"s /opt/occmd/bin/occmd /usr/local/bin/occmd
  2. B. echo ג€export PATH=$PATH:/opt/occmd/binג€ >> ~/.bashrc
  3. C. mv /opt/occmd ~/ && ln ג€"s ~/occmd/bin/occmd ./occmd
  4. D. echo ג€#!/bin/bash \n ${which occmd}ג€ > /usr/bin/occmd.sh
  5. E. sudo mv /opt/occmd/bin/occmd /etc/bin/ — đáp án hiện tại
  6. F. cd /opt/occmd/bin && chmod +x ./occmd && restorecon ג€"rv * — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề