General Definitions: LINUX AND UNIX Flashcards
Command to Display Calendar year and month
Comand line: $cal 03 1977
(will display calendar of March 1977) Born on Saturday
Command to Display Calendar year
Command line: $cal 2020
will display the calendar of that year
Command to Display Calendar month
Display the calendar of the month
Command line: $cal
Command to Display Date and Time
Display the date and time of the system
Command line: - $date
Command to Clear the interface
$clear
clears screen but saves command thread
Command to display content of your pwd
Display the content of your pwd (what is in your current folder/directory)
Command line: - $ls (list command – lists all files in folder)
Command to create a file in your pwd
Create a file called in your pwd
Command line: - $touch thabi (creates new file with that name)
Command to list all files in your pwd
Command line: - $ls (lists all files so you can see if created)