[cs631apue] Marlon-HW#1

Jan Schaumann jschauma at stevens.edu
Sat Sep 3 21:09:39 EDT 2016


mseaton <mseaton at stevens.edu> wrote:
 
> Is there a way to fetch my source files (at least the important ones for 
> your upcoming assignments) from my directory called: 
> home/marlon/Desktop/CS631 to my Linux lab account at Stevens?

You can use scp or sftp to transfer files from/to linux-lab.  How to use
those falls into the pre-requisites category of this class.

> if there is no easy way to do what I am asking, then it would probably 
> be a nice exercise in learning emacs to simply type over these source 
> files from scratch which I have no problem doing if that would be best.

You should know how to use a unix text editor.  linux-lab has various
different editors installed, vi and emacs among them.  Being able to use
those similarly falls into the pre-requisites category of this class.

As noted, I expect that all work is done on linux-lab; that includes
using any one of the editors available there to create your source or
text files.

The reason for this is to get all of you to (better) understand and
become more comfortable with Unix as an integrated development
environment.  This can only be learned by doing.  If you choose to
create your files or write your code on another system and then copy it
to linux-lab, you are robbing yourself of the chance to better
familiarize yourself with that environment.

"Advanced Programming in the UNIX Environment" should thus actually
happen in the Unix environment.

-Jan


More information about the cs631apue mailing list