question archive Answer each of the following in terms of an operating system that you use: a

Answer each of the following in terms of an operating system that you use: a

Subject:Computer SciencePrice:2.89 Bought3

Answer each of the following in terms of an operating system that you use:
a. How does the operating system restrict access to only those who are approved users?
b. How do you ask the operating system to show you what processes are currently in the process table?
c. How do you tell the operating system that you do not want other users of the machine to have access to your files?

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE

Answer Preview

Operating system

 

a. In WINDOWS 8 operating system a file can be copied from one location to another in the following way

• Select the fie which has to be coped

• Right click on the file and select copy from the appeared menu or press CTRL + c

• Open destination location

• Right click and select paste from the appeared menu or press CTRL + v

 

A file can be copied from one location to another from command line also in the following way;

• Open command line

• Type COPY [source path] [destination path]

• Press enter

 

b. In WINDOWS 8 operating system, directory of a disk can be shorn in the following way • Open command line

• Type dir

• Press enter Displays the foes and directions in the given directory

 

c. In WINDOWS 8 operating system a program can be executed by simply sewing the program and pressing enter or in the following way;

• Open command line

• Navigate to the folder n which the program is present by giving command cd (directory name]

• Type run [program name] exe

• Press enter