Linux Introduction
Linux Introduction
Linux Origins
• Tw o t y p e s o f l o g i n s c r e e n s : v i r t u a l
consoles (text-based) and graphical logins
(called display managers)
• Login using login name and password
• Each u s e r has a h o me d i r e c t o r y f o r
personal file storage
• Everything is a file (including hardware)
Switching between virtual consoles
• cd changes directories
• To an absolute or relative path:
– cd /home/joshua/work
– cd project/docs
• To a directory one level up:
– cd ..
• To your home directory:
– cd
• To your previous working directory:
– cd -
Copying & moving Files and Directories