WPM
100
CPM
100
Errors
0
Time
15Min
Accuracy
100%
Start Unix command line typing Practice. unix system date and time, large banner, list of user currently logged in, print current working directory, every process running top, change user id, group ownership of the file unmask, listing of an unlisted directory typing practice.Click on the area below to start typing.

S.No.Paragraph : Practice repeatedly whatever you would like most for full fifteen minutes Lessionsclick to Practice
1$ cal 4 2018 // Displays the calendar. $ date +%d/%m/%y // system date and time. $ banner Unix // Prints a large banner $ who // list of users currently logged in $ whoami // user id of the currently user $ touch file1 file2 // Create file or update its timestamp $ cp file1 file2 // Copy files $ mv file1 file2 // Move files or rename files $ rm file1 // Remove files and directories $ mkdir dir1 // Make directory $ rmdir dir1 // Remove a directory $ cd dir1 // Change directory $ pwd // Print the present working directory1.1 basic unix commands typing practice