| Hint | Answer | % Correct |
|---|---|---|
| change directory | cd | 93%
|
| copy | cp | 92%
|
| display contents of file? | cat | 82%
|
| change permissions granted | chmod | 79%
|
| list all files? | ls | 79%
|
| remove or delete files | rm | 77%
|
| move files | mv | 76%
|
| used in vi/vim to save a file | :w | 72%
|
| change owners | chown | 71%
|
| Help or manual page? | man | 70%
|
| regular user with superuser privileges | sudo | 69%
|
| terminate a process | kill | 68%
|
| to know which dir your working in? | pwd | 67%
|
| used to use privileges of another account | su | 64%
|
| is a screen-oriented text editor | vi | 61%
|
| used in vi/vim to insert | i | 57%
|
| used to install and update packages | apt-get | 55%
|
| change user password | passwd | 53%
|
| Command for filtering? | grep | 51%
|
| attach an external storage drive | mount | 43%
|
| used in vi/vim to open a new line | o | 38%
|
| disk space of partitions? | df | 36%
|
| disk usage of file? | du | 34%
|
| Details on all Active Processes | top | 34%
|
| status of processes running for a user | ps | 33%
|
| locate a file | locate | 31%
|
| wireless version of ifconfig | iwconfig | 25%
|
| all pass commands in terminal session? | history | 23%
|
| copy or convert data; delete lines | dd | 21%
|
| used to format a swap partition | mkswap | 20%
|
| displays files in current directory | dir | 17%
|
| used to format a partition | mkfs | 17%
|
| help move data; text or file | echo | 11%
|