Ubuntu
Start works with linux - Ubuntu.
Main documentation: https://help.ubuntu.com/
How to install Ubuntu on VirtualBox
VirtualBoxFirst steps with terminal
#Shortcut to OPEN terminal
ctrl + alt + t
#Shortcut to CLOSE terminal
ctrl + d
#Kill the terminal proccess
cltr + c
#Auto completion of files names
use TAB while you are typing any name of fileShortcuts
Basic terminal commands
help

man

whatis

history

pwd

cd

echo
gedit
nano

cat / tac

head / tail

wc
ls




ln
Hard Link

Soft Link

Files commands
touch


mkdir
rmdir

rm




cp

mv

file

which / type

Filenames with space and special characters


Own commands
multiple commands

wildcards
'*' and '?'

'[RANGE]'

aliases

Last updated