03.12.2012 Views

C++ for Scientists - Technische Universität Dresden

C++ for Scientists - Technische Universität Dresden

C++ for Scientists - Technische Universität Dresden

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

10.5. UNIX AND LINUX 241<br />

• top: list all processes and resource use,<br />

• mkdir: make a new directory,<br />

• rmdir: remove an (empty) directory,<br />

• pwd: name of the current directory,<br />

• cd dir: change directory to dir,<br />

• ls: list the files in the current directory<br />

• cp from to: copy the file from to the file or directory to. if the file to exists, it is<br />

overwritten, unless you use cp -i from to,<br />

• mv from to: move the file from to the file or directory to. If the file to exists, it is<br />

overwritten, unless you use mv -i from to,<br />

• rm files: remove all the files in the list files. rm * removes everything (be careful) chmod<br />

mode files : change the user mode <strong>for</strong> files.<br />

See http://www.physics.wm.edu/unix_intro/outline.html <strong>for</strong> on-line help.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!