logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Allen CrumpStatistics
(5/5)

621 Answers

Hire Me
expert
Douglas CowleyyPsychology
(5/5)

779 Answers

Hire Me
expert
Jon CulshawwComputer science
(5/5)

726 Answers

Hire Me
expert
Wil AndersonEngineering
(5/5)

779 Answers

Hire Me
C++ Programming

You must write the shell in C/C++ for Linux systems, and the shell must have the following functionalities or features can use command list to list files and directory of a given directory

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Project 1

Design and Implement a Simple UNIX Shell

2 Objective

This project is about services that an operating system provides to users, processes, and other systems. In particular, via this project, you are to gain familiarity to services provided by operating systems and to use system calls to access the services.

To achieve this objective, you are to create a simple “shell” for Linux systems. A shell is a command interpreter whose main function is to get and execute the next user-specified command. See Section 2.2.1 in the textbook for more discussion.

3    Warning

Many people have written various operating system shells and tutorials, and even shared their code. It is acceptable to study what they wrote, but it constitutes plagiarism in this class to copy and paste their code as your own.

4    Task Description

4.1     Required Tasks

You must write the shell in C/C++ for Linux systems, and the shell must have the following functionalities (or features):

 

  1. can use command list to list files and directory of a given directory;

 

  1. can use command history to list commands entered in the past;

 

  1. can use command printwd to print current working directory;

 

  1. can use command chdir to change to a given directory; and

 

  1. can run an external program with command line arguments.

 

REVISION: 05DFA8BAE132                                                                                                                

It is optional to complete these enhancements in this subsection. However, satisfactory completion of these enhancements will bump your project quality grade one notch up, e.g., if your project quality based on the required tasks is ”A”, satisfactory completion of this enhancement will improve your project quality grade from ”A” to ”A+”.

  1. when you list files and directory in your shell, print the following information along with the name:

 

  • user id and group id of the owner of the file or the directory

  • the size of the file

  • the file’s last access timestamp, the file’s last modification time stamp, and the file’s last status change timestamp

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme