Practical 6 p1 Flashcards
1
Q
passwd
A
Used to set a new password or change the current password
2
Q
whoami
A
Display the current login user at the terminal
3
Q
date
A
Display the current system date
4
Q
date (strings? w/o time)
A
+%Y%m%d
+%Y/%m/%d
+%Y-%m-%d
+%d-%m-%Y
5
Q
date (strings? w/ time)
A
’+%d-%m-%Y %H:%m’
6
Q
cal (needs to be tried out)
A
Display the calendar for the current month
7
Q
cal (parameters)
A
cal 12 4 2014 (shows that year)
cal -3 (display the previous month, current month and next month calendar)
8
Q
bc (needs to be tried out)
A
Some arithmetic calucations
9
Q
echo
A