Login
Remember
Register
MCQ Village Q&A
Questions
Unanswered
Categories
Ask a Question
Ask a Question
How do you make a list of all filenames in the /tmp directory that the contain the text "user", regardless of case?
0
votes
210
views
asked
Apr 11, 2023
in
Systems Programming
by
Admin
(
0
points)
How do you make a list of all filenames in the /tmp directory that the contain the text "user", regardless of case?
Select one:
a. grep user /tmp
b. ls /tmp | grep user
c. ls /tmp : grep user
d. ls /tmp | grep -i user
systems-programming
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 11, 2023
by
Admin
(
0
points)
D
Please
log in
or
register
to add a comment.
Related questions
0
votes
1
answer
205
views
The command to search for the files that are bigger than 5MB in the current working directory is
asked
Apr 11, 2023
in
Systems Programming
by
Admin
(
0
points)
systems-programming
0
votes
1
answer
145
views
The directory that contains programs for use by the system administrator is
asked
Apr 11, 2023
in
Systems Programming
by
Admin
(
0
points)
systems-programming
0
votes
1
answer
123
views
In assembler, which data structure are used to make an entry of operands address
asked
Apr 11, 2023
in
Systems Programming
by
Admin
(
0
points)
systems-programming
0
votes
1
answer
130
views
A system program that combines the separately compiled modules of a program into a form suitable for execution ?
asked
Apr 11, 2023
in
Systems Programming
by
Admin
(
0
points)
systems-programming
0
votes
1
answer
143
views
Which one of the mode is the right one for kernel to run on behalf of the user ?
asked
Apr 11, 2023
in
Systems Programming
by
Admin
(
0
points)
systems-programming
2.8k
questions
2.8k
answers
0
comments
76
users
Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...