7 lines
1.5 KiB
Markdown
7 lines
1.5 KiB
Markdown
- (6 marks): Create the following hierarchy of directories/subdirectories and run the tree command to check that all is correct and add images of the commands and tree/find output.
|
|

|
|
- Task 1.2 (3 marks): Use vi to make a file called “grep.txt” inside the “CV” directory. The content of the file should include your full name. Use nano to make a file called “cv.txt” inside the “Linux” directory. The content of the file should include your favourite module. Use cat to output the contents of your files to the screen and add an image of this to your assignment. Run the tree command to show that your files are in the correct location and add and image of the commands used and the output of tree/find to your assignment output.
|
|

|
|
- Task 1.3 (3 marks): Using absolute filenames (ones that start with a /), move the grep.txt file into the “Workshop 1” directory. cd into the “PDP” directory. Using relative filenames (.. notation ones that don't start with a /), copy the cv.txt file into the “CV” directory. cd into the “CSIL” directory. Using relative filenames ones that don't start with a /), rename the “Workshop 1” directory so it is called “Tutorial 1” Run the tree command and include images of the commands and the tree/find output. Your final output should also include your command history.
|
|

|
|
 |