Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Title: Cybersecurity Virtualization
Description: - host vs os - getting familiar w Linux - core commands 3 - navigation - file/directorycreation - moving and renaming files - copying files - removing files and directories
Description: - host vs os - getting familiar w Linux - core commands 3 - navigation - file/directorycreation - moving and renaming files - copying files - removing files and directories
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
Delwin Thermitus
03/25/2022
Cybersecurity Virtualization Notes
Host vs
...
o Guest OS is a OS that runs inside a virtual machine
...
Echo is a command that takes some extra data (argument), in this case “Hello” and writes
that data as an output
...
• Everything begins with a ROOT (/)
...
Print Working Directory
...
List Segments
...
This will show all files at a current
level, including hidden files
...
’)
• Take me there! Would be the command “cd”
...
o Take me back! Would be either “
...
”(parent directory)
...
o This will create a file in the present directory with that filename that you
created
...
Make Directory
...
Make Directory
...
(-mv- filename destination)
Copying Files
• We can use the “cp” command to copy a file
...
o This command also expects a target source file and target file name
...
Remove
...
• We need to use the “rmdir” command to remove directories
...
Title: Cybersecurity Virtualization
Description: - host vs os - getting familiar w Linux - core commands 3 - navigation - file/directorycreation - moving and renaming files - copying files - removing files and directories
Description: - host vs os - getting familiar w Linux - core commands 3 - navigation - file/directorycreation - moving and renaming files - copying files - removing files and directories