Find Jobs
Hire Freelancers

C Program for UNIX

$20-25 USD

Completed
Posted over 20 years ago

$20-25 USD

Paid on delivery
In this assignment you are required to develop a program that will act as a simple shell, similar to the bash shell in UNIX. Your shell must perform the following: Display a prompt, e.g., my_shell$ Accept a command entered by the user by using *fgets()* (**do not use** *gets()*) Execute the command by invoking the *fork()* and *execvp()* system call If the command cannot be executed, display the appropriate system error message (use *perror()* for this purpose) If logout is typed, the shell should exit Extend the shell to allow a process to redirect *stdout* to the *stdin* of a second process. That is, implement a pipe. Use the standard pipe operator "|". For example, as mentioned above, the command "sort filename" will alphabetically sort each line of a text file, and write the sorted output to stdout. However, "sort filename | head" will alphabetically sort each line of the text file, and write the sorted output into a pipe using *stdout*. Again extend the shell to support invoking a command in either foreground or background mode. The user should be able to run a command in the background by placing an extra "&" at the end of the command line, e.g., "sleep 1000 &" to manage whether a command is running in the foreground or background, you must use the *wait()* system call (**do not use** *waitpid()*). The shell should also support multiple background jobs up to a maximum of 10. The command “jobs?? should be implemented to display the currently executing background processes PID numbers and the command line from which it was invoked. All the above mentioned should be in one program. ## Deliverables 1) Complete and fully-functional working program in executable form as well as complete source code of all work done. 2) Complete ownership and distribution copyrights to all work purchased. ## Platform The program must run on Linux.
Project ID: 2970539

About the project

4 proposals
Remote project
Active 21 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
See private message.
$6 USD in 3 days
5.0 (8 reviews)
1.8
1.8
4 freelancers are bidding on average $13 USD for this job
User Avatar
See private message.
$17 USD in 3 days
5.0 (22 reviews)
3.7
3.7
User Avatar
See private message.
$12.75 USD in 3 days
4.3 (5 reviews)
3.8
3.8
User Avatar
See private message.
$17 USD in 3 days
4.7 (4 reviews)
2.4
2.4

About the client

Flag of SINGAPORE
Singapore
5.0
2
Member since Sep 3, 2003

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.