| Line 27: |
Line 27: |
| | |- | | |- |
| | | [[Linux_command:_fdisk|fdisk]] || Disk partition utility | | | [[Linux_command:_fdisk|fdisk]] || Disk partition utility |
| | + | |- |
| | + | | [[Linux_command:_find|find]] || Find files |
| | |- | | |- |
| | | free || Shows free memory | | | free || Shows free memory |
| Line 41: |
Line 43: |
| | |- | | |- |
| | | lspci -v || View PCI device information | | | lspci -v || View PCI device information |
| − | |-
| |
| − | | [[Linux_command:_uname|uname]] || Shows system info
| |
| | |- | | |- |
| | | man <command> || Sowhs a command manual page | | | man <command> || Sowhs a command manual page |
| Line 57: |
Line 57: |
| | |- | | |- |
| | | scp || Copy files to a remote machine over ssh protocol | | | scp || Copy files to a remote machine over ssh protocol |
| | + | |- |
| | + | | [[Linux_command:_sed|sed]] || String replacement |
| | |- | | |- |
| | | sort || Sorts the content of a file line by line | | | sort || Sorts the content of a file line by line |
| Line 65: |
Line 67: |
| | |- | | |- |
| | | tail || Shows file end (-n, -f, ...) | | | tail || Shows file end (-n, -f, ...) |
| | + | |- |
| | + | | touch <file_name> || Creates an empty file |
| | |- | | |- |
| | | tty || Shows the terminal where you are connected | | | tty || Shows the terminal where you are connected |
| | |- | | |- |
| − | | who || Connected persons | + | | [[Linux_command:_uname|uname]] || Shows system info |
| − | |-
| |
| − | | whoami || Who am i
| |
| − | |-
| |
| − | | touch <file_name> || Creates an empty file
| |
| − | |-
| |
| − | | <nowiki><cmd1> | <cmd2></nowiki> || Pipe: takes the output of command1 as input of command2. example: <nowiki>cat /etc/passwd | sort | more</nowiki>
| |
| | |- | | |- |
| | | wc -l || Counts lines | | | wc -l || Counts lines |
| | |- | | |- |
| − | | [[Linux_command:_find|find]] || Find files | + | | [[Linux_command:_wget|wget]] || Download files/web pages |
| | |- | | |- |
| | | [[Linux:_vim|vim]] || Text file editor | | | [[Linux:_vim|vim]] || Text file editor |
| | |- | | |- |
| − | | [[Linux_command:_ln|sed]] || String replacement | + | | who || Connected persons |
| | |- | | |- |
| − | | [[Linux_command:_wget|wget]] || Download files/web pages | + | | whoami || Who am i |
| | + | |- |
| | + | | <nowiki><cmd1> | <cmd2></nowiki> || Pipe: takes the output of command1 as input of command2. example: <nowiki>cat /etc/passwd | sort | more</nowiki> |
| | |} | | |} |
| | | | |