1.2 Flashcards
files and directories are___, can be upper and lower case______. the _ is not necessary but can be helpful.
case sensitive / letters / (.)
Linux directories are arranged hierarchically as ______ and ___________ directories
parent and child
root directory does not have a parent directory and is represented by a single ___
/
cd..
change to parent directory
cd../..
Change two levels up
cd/
changes to root directory
cd directory1
changes to a directory named directory1 within the current working directory
cd/home/Fred/directory1
switches to directory1in Fred’s home directory
ls -a
displays all directory content
ls -l
displays extended information including owner, modified date, size, and permissions
ls -R
lists contents of the directories and all of its subcategories
ls -d
displays direcotries but not files
ls -r
reverses the sort order
pwd
displays the current working direcotory
mkdir
creates a new directory