Question
NEED ANSWER ASAP PLEASE THANK YOU!!! AND CAN SOMEONE ELSE ANSWER IT THE PREVIOUS ONE IS NOT WORKING THANK YOU!!! Create a Directory In your
Create a Directory
In your LabTech folder on Elvis (probably named LABTECH), create a folder named FileTree.
In FileTree, create the following subtree of files and directories.
Except for
, all the files were created with the touch command, and are empty. 0-README.txt
All the folders (they have a
on the left) were created with mkdir. d
All the permissions were set using chmod.
(See below for information about
.) Be sure you get the names and permissions exact.0-README.txt
After you create a directory, you can cd into it to create any subdirectories or files. To go back up, remember that every folder has an entry named
which points to the parent...
The output below is from running
in the reference folder.tree -anp
. [-rw-r--r--] 0-README.txt [drwxr-xr-x] bar [dr-xr-xr-x] B [-rwxr-x---] busy [-rw-------] buzzy [drwxrwx---] baz [drwx------] A [-rw-rw----] B [drwx------] .dotdir [-rw-r--r--] ditto [-rw-r--r--] dotto [drwxr-xr-x] foo [-r--------] ag [-rw-------] .dotfile [-r--r--r--] ig [-rw-rw-rw-] og [drwx------] Z [-rwxr-xr-x] ap [-rwx------] ip [-rw-r--r--] op 7 directories, 13 files
The
file should be exactly 200 characters long, 0-README.txt
which you can check by running this command:
ls -l 0-README.txt
The output should look something like this (the file size has been bolded below):
-rw-r--r-- 1 albus domain users 200 Jan 13 14:53 0-README.txt
Here is the contents of
, which you should change to have your name and username:0-README.txt
This is file 0-README.txt. It was created by Albus Dumbledore, username 'albus'. It is supposed to be exactly 200 characters long. Here are extras: 123456789012345678901234567890123456789012345678
You may have to add/remove some of the extra characters at the bottom to get the file to come out to exactly 200 characters.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started