Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Page Page number 1 of 2 This preview may have altered the layout of this file. You can still download the original file. ITC 5

Page
Page number
1
of 2
This preview may have altered the layout of this file. You can still download the original file.
ITC 5101 Operating Systems (7% of final mark)
Assignment 1
1. What do you understand by the term operation system? [2 marks]
2. What is a shell? How does it work with the kernel?[1 marks]
3. What language is Linux written in? How does the choice of language make Linux a popular
operating system?[1 marks]
4. Assuming you are currently under your own home directory, will the following
command work? Explain why?[1 marks]
cd /bin/ls
5. Issue the following commands: [5 marks]
a. Show your working directory.
b. Create a Folder under your home directory and name it CPAN133Assignments.
c. Create a subfolder in CPAN133Assignments and name it Assignment1.
d. Create a file under Assignment1 and name it a1file.txt.
e. Write you first name and your last name in the above file. (using cat command)
f. What is the absolute path to a1file.txt?
g. What is the relative path to a1file.txt assuming your current directory is your home
directory?
h. Assume you are under the directory CPAN133Assignments. Issue a command to
display the content of the directory named Assignment1. Use relative pathnames.
i. Assume that your current directory contains the files 'term-test', 'term-test1.txt',
'term-test2', 'term-test2a', 'term-test3.txt', 'term- test3b',term-test4 and 'term-
test4a'. Issue a command to display only the files 'term- test1.txt' and 'term-
test3.txt' using wildcards.
j. Issue a command to delete all files that have filenames starting with 'term-test1',
'term-test2' and ending with extension .txt using wildcards.
k. Assume that you are NOT under your home directory. Enter a command to copy all
files from your home directory beginning with the letter 't' to the current directory.
SUBMISSION GUIDELINES
Submit a pdf containing your answers to the questions on the submission link (Assignment1)
under the Assignment Submission Folder on Blackboard.
Your document should contain your information: full name, student id and, section number.
If you have any questions regarding the submission guideline ask your instructor.
LATE SUBMISSION will be penalized 5% per day up to 5 days.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions