Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Final Rev Hands On

QuestionAnswer
1) Add 2 users from the command line; Adam and Eve adduser Adam adduser Eve
2) Create a group called, People. groupadd People
3) Add Adam & Eve to People group usermod -aG People Adam usermod -aG People Eve
4) Switch user to Eve. Change directory to Eve's home folder. su Eve cd /home/Eve pwd
5) Create 3 directories under Eve's home folder; Family, Friends, Folks ls mkdir Family Friends Folks ls pwd
6) Create 3 sub-directories under the Family directory and call them; 1st_Born, 2nd_Born, 3rd_Born. cd Family pwd mkdir 1st_Born 2nd_Born 3rd_Born ls
**7) Open a Simple File Transfer Protocol to bhanson's account, bhansen@10.51.98.173 password: abc123 ** Requires JCCC lab access check to make sure your network connection is enabled on the virtual machine. sftp bhansen@10.51.98.173 yes password: abc123
**8) Locate and retrieve file; project.tar ** Requires JCCC lab access ls get project.tar exit
**9) Move project.tar into 3rd_Born directory you created earlier. ** Requires JCCC lab access pwd ls mv project.tar 3rd_Born -or- mv project.tar /home/Family/3rd_Born
**10) Extract project.tar file in the /home/Eve/Family/3rd_Born directory. ** Requires JCCC lab access pwd ls cd 3rd_Born tar -xvf project.tar
**11) Find all files ending in .txt within the directory named 3rd. ** Requires JCCC lab access ls *.txt -or- find /home/Family/3rd_Born -name *.txt
**12) In this directory, print a long list to screen showing all files containing the word, list. ** Requires JCCC lab access ls -l *list*
13) Rename directory 2nd_Born to Second_Born cd /home/Eve/Family mv 2rd_Born Second_Born
14) Change to directory 1st_Born using the absolute path cd /home/Eve/Family/1st_Born pwd
15) Create 3 files in directory 1st_Born and name them, grandkid1, grandkid2, grandkid3 touch gandkid1 grandkid2 grandkid3 ls
16) Return to Eve's user directory. cd ~ pwd
17) Delete 1st_Born and all grandkid files using one command line. Use notifications to confirm each delete. cd .. pwd ls rm -ri 1st_Born y y y y
18) Create a file using the cat command. Name the file 1st_Born and add the words 'First Born To Eve' to the file. cat >1st First Born To Eve Ctl+C cat 1st
19) Append the 1st_Born file to include the grandkid names, grandkid1, grandkid2, grandkid3 as text in the file. cat >>1st grandkid1 grandkid2 grandkid3 Ctl+C cat 1st
20) Print your history to a file called, ShowMyStuff2Tom. history | cat >ShowMyStuff2Tom ls cat ShowMyStuff2Tom
21) Print teh file ShowMyStuff2Tom to the network printer in the back of the room for Tom to enjoy. lpr ShowMyStuff2Tom Jump up and down!!!! You are Done!
Created by: alett
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards