subject

Write a script to make sure that user home directories and files are owned and only accessible by the owner. the script should be run by root only. the script must take an argument as a file type. based on the argument, then search for all files located in the user home directory. if the file is found, then create a directory in the desktop called studentname_studentid and copy all the found files into this directory. when these files are found a summary should be produced including where they are and the size.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:00
Suppose s, t, and w are strings that have already been created inside main. write a statement or statements, to be added to main, that will determine if the lengths of the three strings are in order by length, smallest to largest. that is, your code should determine if s is strictly shorter than t, and if t is strictly shorter than w. if these conditions hold your code should print (the boolean value) true. if not, your code should print false. (strictly means: no ties) example: if s, t, and w are "cat", "hats", and "skies" your code should print true - their lengths are 3-4-5; but if s, t, and w are "cats" "shirt", and "trust", then print false - their lengths are 4-5-5 enter your code in the box below
Answers: 2
question
Computers and Technology, 24.06.2019 06:30
Some peer-to-peer networks have a server and some don't. true false
Answers: 2
question
Computers and Technology, 24.06.2019 21:00
How does a vaccine prevent sickness and individual?
Answers: 2
question
Computers and Technology, 25.06.2019 05:50
Acolor class has three public, integer-returning accessor methods: getred, getgreen, and getblue, and three protected, void-returning mutator methods: setred, setgreen, setblue, each of which accepts an integer parameter and assigns it to the corresponding color component. the class, alphachannelcolor-- a subclass of color-- has an integer instance variable, alpha, containing the alpha channel value, representing the degree of transparency of the color. alphachannelcolor also has a method named dissolve (void-returning, and no parameters), that causes the color to fade a bit. it does this by incrementing (by 1) all three color components (using the above accessor and mutator methods) as well as the alpha component value. write the dissolve method.
Answers: 2
You know the right answer?
Write a script to make sure that user home directories and files are owned and only accessible by th...
Questions
question
Mathematics, 05.02.2021 02:50
question
Mathematics, 05.02.2021 02:50
question
Mathematics, 05.02.2021 02:50
question
Mathematics, 05.02.2021 02:50
question
Advanced Placement (AP), 05.02.2021 02:50
question
History, 05.02.2021 02:50
question
History, 05.02.2021 02:50
Questions on the website: 13722363