 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
Basic Linux Commands
An overview of basic Linux commands gathered from http://cli.learncodethehardway.org/book
|
| A | B |
| pwd | print working directory |
| hostname | the computer's network name |
| mkdir | make a directory |
| cd | change directory |
| ls | list directory contents |
| rmdir | remove directory |
| pushd | push directory |
| popd | pop directory |
| cp | copy file or directory |
| mv | move a file or directory |
| less | prints contents of file one page at a time |
| cat | prints full file |
| xargs | execute arguments |
| find | find files |
| grep | search inside files |
| man | read a manual page |
| apropos | find which man page is appropriate |
| env | look at your environment |
| echo | print the arguments |
| export | export/set a new environment variable |
| exit | exit the shell |
| sudo | become super root user |
| chmod | change file permissions |
| chown | change file ownership |
|
 |
|
|
|
Advanced Technologies Academy |
| Las Vegas, NV |
|
|
|
|
|
| |