- file navigation using
cd
command - listing contents using
ls
mkdir
to create directories- moving and copying files/directories using
mv
andcp
commands - identifying file types using the
file
command - creating links using
ln
command: hard links and soft links - wild cards
- creating magic files
- switching users using
su
command - changing file permission and ownership using
chmod
,chown
,chgrp
: users, groups and permissions - remote connection using
telent
command
wc
,head
andtail
commands- searching commands like
find
,grep
- text manipulating commands like
cat
,sort
,uniq
,rev
,cut
,tr
- what is the difference between /etc/shadow and /etc/passwd
- special characters
- the -exec option
alias
,printenv
,set
,export
,unset
,source
,.
,printf
,tr
,grep
- shell arithmetic
- init files
- sourcing