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$ ps -ef // Show every process running $ top // Show a live view of all current processes $ clear // Clear all prior text from screen $ history // Show previous commands entered $ ls -alt // List directory contents $ which -a cat // Locate a command $ man cat// online reference manuals $ su user1 // Change user-id or become super-user $ sudo ls /usr/local/protected //Get a file listing of an unlisted directory 1.2 unix file system commands typing practice