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