User Tools

Site Tools


Sidebar


Wiki

Info / Resources

Guides

Software

Sample Pages

Quick Navigation

cheatsheet:unix

This is an old revision of the document!


Unix Cheatsheet

In COR@L Lab we use Debian operating system. Debian is a GNU/Linux operating system. Linux handles hardware level operations, and GNU is on top of Linux Kernel and consisted of desktop environment, windows, text editors and all other applications. GNU is a recursive acronym and stands for (GNU is Not Unix). Even though it is not Unix (which was an operations system itself) it behaves like Unix. It runs like Unix. In this page you can find the frequently used Unix commands. We highly recommend you to find out your own tutorials/books/videos on web.

  • ls: list files in the current directory
  • ls -l: list files in the current directory with details
  • cd foldername: move to foldername directory
  • cd ..: move back to one folder up
  • pwd: print the current directory
cheatsheet/unix.1417573195.txt.gz ยท Last modified: 1998/12/03 12:11 (external edit)