Next: Task 3: Towards Programming
Up: FirstWeekBatch1
Previous: Task No: 1 (Utilization:
In this part, you will familiarize with some common linux commands.
Here are some simple examples.
- startx Open the Graphical User Interface on Unix
computers.
- passwd This command is used to change your
password. You should change your password frequently. (Your TA
says ``A
password is like a toothbrush: choose a good one, don't share it
with anyone, and change it at the first sign of wear.'' Use your
favourite word in your mother tongue and type it in English)
- ls List files and directories in your current
working directory.
- man Online help for the
arguments given to it. Ex: $ man ls
- rm Removes files and directories (with the
-r switch). Use this with
care. There is no concept of recycle bin (by default) in Linux.
- cd This command changes the directory
mentioned. For example,
cd /tmp changes the current
directory to /tmp.
- mkdir This command makes a new directory in the
current directory.
- xdosemu This command invokes the DOS Emulation
Engine which runs the dos programs. Proceed to the next task.
Experiment by issuing commands by typing the command followed by a
space followed by &
Next: Task 3: Towards Programming
Up: FirstWeekBatch1
Previous: Task No: 1 (Utilization:
cs101 senior TA
2005-09-12