Question
Create folder called old_files inside of the personal folder and copy the letter_of_engagement.txt to the old_files folder.
Answers
To create a folder called old_files inside of the personal folder and copy the letter_of_engagement.txt to the old_files folder, you can use the following commands:
1. Open the terminal and navigate to the personal folder using the cd command:
```
cd ~/personal
```
2. Create the old_files folder using the mkdir command:
```
mkdir old_files
```
3. Copy the letter_of_engagement.txt file to the old_files folder using the cp command:
```
cp letter_of_engagement.txt old_files/
```
This will create a copy of the letter_of_engagement.txt file in the old_files folder.
1. Open the terminal and navigate to the personal folder using the cd command:
```
cd ~/personal
```
2. Create the old_files folder using the mkdir command:
```
mkdir old_files
```
3. Copy the letter_of_engagement.txt file to the old_files folder using the cp command:
```
cp letter_of_engagement.txt old_files/
```
This will create a copy of the letter_of_engagement.txt file in the old_files folder.
I suspect that the "personal" folder is just ~
Otherwise, you have no idea where to put it.
Otherwise, you have no idea where to put it.
Related Questions
Q02. (1 mark) Create folder called old_files inside of the personal folder and copy the letter_of_en...
Move the my_files folder (remember that this is the new name for the personal folder) to the deleted...
At the command prompt:
Change to your Downloads folder inside your home folder.
Inside your Down...
Which Gmail feature would be the most helpful if the user needed a reminder of some details in an em...