Basic operations



Users in Unix/Linux

general ideas behind unix/linux


login procedure

login

changing the password

passwd

login procedure

exit, logout, and ^d

connection to other computers

telnet and ssh



File and directory management

files and directories


listing the content of a directory

ls

copying and moving files

cp and mv

removing files

rm

changing directories

cd

generating new directories

mkdir

changing characteristics of a file

chmod



Simple unix

output files

more and less

piping output

| and >

search files for expressions

grep

getting help

man and help

global replacements in files

sed



Simple shell scripts

defintion of shell scripts


quoting, parameters, commands

essentials

loops and conditions

until;do;done etc.

[prev]  [next]