File System Tree Flashcards
(14 cards)
1
Q
The first directory
A
root
2
Q
Current working directory on login
A
home
3
Q
How many home directory per user?
A
1
4
Q
How to get present working directory?
A
pwd
5
Q
How to list the contents of directory?
A
ls
6
Q
How to change the directory
A
cd
7
Q
What is the dot notation for working dir
A
.
8
Q
The dot notation for parent dir of working dir
A
..
9
Q
How to change from working dir to home dir
A
cd ~username
10
Q
What are the types of files which start with period character?
A
Hidden files
11
Q
How to list hidden files
A
ls -a
12
Q
Are file names case sensitive?
A
Yes
13
Q
Is file extensions available?
A
No
14
Q
Is space accepted in file name?
A
Yes