Skip to content

Jereme1024/RAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project #1: Remote Access System (ras).

Implement a shell conosle with server-client architecture and new pipe subsystem.

Login by "csh> telnet <server_addr> <server_port>" # the server port number

Allow user to enter the following command:

% removetag test.html |3 removetag test.html | number |1 number ### |3 skips two processes.

% ls |1 ctt | cat ### cat will not execute and numbered-pipe will not be counted. Unknown command: [ctt]. % cat bin/ test.html

About

Network Programming Project 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors