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$ find /usr -type c -name backup // Used to search for files and directories $ du // Estimate disk usage is blocks $ df -l // Show number of free blocks $ chown user2 file1 // change ownership of the file $ chgrp group2 file1 // change the group ownership of the file umask [mode] // Syntax $ umask 077 // change default access permissions1.3 some permissions in unix typing practice