Question: Write the Linux command ( s ) to accomplish the following task: a . List all the configuration files ( files with an extension conf
Write the Linux commands to accomplish the following task:
a List all the configuration files files with an extension conf in etc
b List all files that do not start with the letters a b c q r s or t in etc sorted by file size and save the result
in a file named etcAllFilestxt
c List all files in etc that start with m or h sorted by date and save the listing in a file called SortDatetxt
d List all running processes.
e Stop a specific currently running process.
f Using the cat command, create a file of size zero bytes and name it nothingtxt
g Using the cat command, create a file with four lines of text and name it somethingtxt
h Make the file somethingtxt readonly by your group and others. Make it readable, writeable, and
executable by you.
i Create a directory and copy the two files created above into that directory. Name the directory sampleDir
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
