Write a minishell using the template code

Assignment Help Computer Engineering
Reference no: EM132206550

Write a minishell using the template code below
* Implement function type_prompt( )

* Making read_command( ) work could be a little more involved.

* Note that the command contains the first argument, the file name, while parameters contain all information of input line in any arrays of strings, including the executable file name, same as in the command, as its first string. For example the command ssh -1 joe pluto.hood.edu is stored as

parameter[0]: /usr /bin/ ssh

parameter[1]: -1

parameter[2]: joe

parameter[3]: pluto.hood.edu

parameter[4]: NULL

Donot forget to initialize a dynamic string, before filling it with characters.

Some of the most commonly used commands are built in command handled by shell,for example, exit. You will not be able to test these commands unless you implement within your shell program. Built in commands is processed by the shell program without invoking the fork-exec() loop.

#define TRUE 1
while (TRUE) { /* repeat forever */

type prompt( ); /* display prompt on the screen */

read command(command, parameters); /* read input from terminal */

if (for k() != 0) { / * fork off child process */

/* Parent code. */

waitpid(-1, &status, 0); /* wait for child to exit */

}else {

/* Child code. */

execve(command, parameters, 0); /* execute command */ }

}

Reference no: EM132206550

Questions Cloud

Write a method that return the index of the smallest element : Write a method that returns the index of the smallest element in an array of integers. There are no duplicate elements in the array.
Why will the economy converge to particular level of capital : Solve for both a general algebraic expressions (all variables) AND specific equations (K is the only variable) for the level of savings and the level.
Write a method named pay that accepts two parameters : Write a method named pay that accepts two parameters: a real number for a TA's salary, and an integer for the number of hours the TA worked this week.
Determine what is the nash equilibrium : Netflix, Hulu and Amazon Prime are three streaming services that all offer a range of movies and TV shows. Together these three products dominate.
Write a minishell using the template code : uilt in commands is processed by the shell program without invoking the fork-exec() loop.
Calculate the row sum for every row and returns each : Write a method public static int[] allRowSums(int[][] a) that calculates the row sum for every row and returns each of the values in an array.
Define the recurrence relation : You may assume that length of x is at least the length of y and neither of x or y has the character $.
What are determinants of foreign exchange rate : List and explain the determinants of foreign exchange rate based on the purchasing power parity and the interest rate parity. What are determinants of foreign.
How many square feet of solar panels should be installed : "A building owner is considering installing solar roof panels on a building. The cost of installing solar panels is $19,000 + $15.80*S.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd