Linux Commands Flashcards

1
Q

You can check the contents if the current directory using (insert ) command

A

ls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You can view more details about the files, like ownership and permissions, by adding the flag ( ) to command

A

ls -1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You can see hidden files in the current directory by passing flag () to the () command

A

ls -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You can find out where you are in relation to the rest of the file system using the ( insert ) command

A

pwd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You can navigate to different directories using ( insert) command

A

cd /path/to/other/directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You can check out the contents of a file using the ( insert) command

A

cat /path/to/file/file_name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

For large input files, the ( insert command) allowed movement with the files. The syntax is similar to that of the cat command, but you can move
.

A

less /path/to/file/file_name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly