Skip to content

megan-nepshinsky/cli_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 

Repository files navigation

cli_training πŸ’»

This is the assignment for 1.05 for AP Networking.

Here is the message from the space command leader πŸš€:

Hello astronauts.

Thank you for your willingness to branch out into the reaches of space and explore new worlds!

If you need help, remember your CLI commands:

- cd
changes directory 
- ls
lists the files and directories in the current directory 
- pwd
prints the current directory
- mkdir
make a new directory 
- rmdir
remove a directory 
- touch
create a new file 
- mv
move or rename a file 
- cp
copy a file to a new directory 
- rm
delete a file 
- sudo
temporarily elevate privileges 
- cat
concatenate and print file content 
- grep
search for text in a file 
- less
display text in a page by page format 
- head
display the first 10 lines of a file
- tail
display the last 10 lines of a file 
- help
information on a command  

About

AP Networking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors