Practical 6 p1 Flashcards

1
Q

passwd

A

Used to set a new password or change the current password

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

whoami

A

Display the current login user at the terminal

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

date

A

Display the current system date

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

date (strings? w/o time)

A

+%Y%m%d
+%Y/%m/%d
+%Y-%m-%d
+%d-%m-%Y

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

date (strings? w/ time)

A

’+%d-%m-%Y %H:%m’

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

cal (needs to be tried out)

A

Display the calendar for the current month

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

cal (parameters)

A

cal 12 4 2014 (shows that year)
cal -3 (display the previous month, current month and next month calendar)

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

bc (needs to be tried out)

A

Some arithmetic calucations

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

echo

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