General Definitions: LINUX AND UNIX Flashcards

1
Q

Command to Display Calendar year and month

A

Comand line: $cal 03 1977

(will display calendar of March 1977) Born on Saturday

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

Command to Display Calendar year

A

Command line: $cal 2020

will display the calendar of that year

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

Command to Display Calendar month

A

Display the calendar of the month

Command line: $cal

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

Command to Display Date and Time

A

Display the date and time of the system

Command line: - $date

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

Command to Clear the interface

A

$clear

clears screen but saves command thread

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

Command to display content of your pwd

A

Display the content of your pwd (what is in your current folder/directory)
Command line: - $ls (list command – lists all files in folder)

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

Command to create a file in your pwd

A

Create a file called in your pwd

Command line: - $touch thabi (creates new file with that name)

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

Command to list all files in your pwd

A

Command line: - $ls (lists all files so you can see if created)

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