Which of the following statements is true ? You may select more than one. Questi
ID: 3670495 • Letter: W
Question
Which of the following statements is true? You may select more than one.
Question 77 options:
Many Open-Source Unix applications are built from source code using the following commands:
./configure
make
sudo make install
The bash shell and the Bourne shell, sh, interpret the same programming language.
CMake is a program used to generate makefiles.
The ls command invoked with the -l option shows all files in the current directory.
A)Many Open-Source Unix applications are built from source code using the following commands:
./configure
make
sudo make install
The bash shell and the Bourne shell, sh, interpret the same programming language.
C)CMake is a program used to generate makefiles.
D)The ls command invoked with the -l option shows all files in the current directory.
Explanation / Answer
A)
Yes
./configure
make
sudo make install
commands are used to build the application from the source code
./configure => make sures that all the dependencies are available for build and install
make => make is used to build the software
make install => copies the build program , its libraries and documentation to the correct destination , from which we will run the program
B)
no
bash stands for Borne Again SHell
Bash , bourne shell are two diffrent shell languages
Bash is advanced vertion of bourne shell
where as Bourne shell and sh represents the same
C)
Yes
CMake is used to generate makefiles
D)
Yes
ls -l command lists all the files (including folders) in the currunt directory
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.