Gold University of Minnesota M. Skip to main content.University of Minnesota. Home page.
 
 
 

What's inside.

Assignment Calendar

Homework Submission Tutorial

Java Windows Install

Linux For Windows

Office Hours

Syllabus

Unix Commands

CSci1103 Forum

Check Your Grades

Submit Homework Assignments

 

CSCI1103 Home

 
 

Printer-friendly version

 

 
 
 

More details

cat   Join files or display them  cat filename or cat file1 file2 > file3
cd  Change directory  cd directory (cd for  home dir)
cp  Copy files  cp filename newfilename
ls  Lists files in current directory  ls (dirname) (filename)
mkdir  Create a directory  mkdir newdirname
more  Display files by screenful  more filename
mv  Move or rename files or directories  mv filename newfilename
pwd  Prints your working directory(the current directory) pwd
man Gives the information about a command  man  command
emacs  Opens the emacs editor for editing files  emacs  filename
javac  Command for compiling java programs   javac  filename
java Command to run a compiled java program java filename
appletviewer Used to test/view an applet  appletviewer filename
rm  Remove files (this is PERMANENT ;so be careful)  rm filename
 
 
 
 

 
The University of Minnesota is an equal opportunity educator and employer.
Introduction to Java