POS 433 Entire course/assignmentcloud.com Flashcards
UOP POS 433 Week 2 File Processing Commands Worksheet NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-2-file-processing-commands-worksheet-new
For more classes visit
http://www.assignmentcloud.com
Instructions
Assignment Preparation: Activities include completing the SkillSoft course, independent student reading, and research.
§ Complete the “navigate a filesystem, create a file, set permissions, create and delete files, and assign ownership and permissions” modules in the SkillSoft course, “Working with UNIX Files and Directories.”
File Processing Commands Worksheet located on the student website.
File Processing Commands Worksheet
§ What UID and PID have the highest amount of physical memory a process has used and is not swapped out?
§
§ Show all processes and full output.
§ If using a long listing and no process modifiers, what is the swap space amount for the bash command?
§ When using top command, what command would you use to kill a process?
§ If you were not using top command, what command would you use to kill a process?
§ What command would you use to manually mount the standard CD-ROM device /dev/db1 at /media/disk?
§ What command would you use to display the amount of available disk space on /dev/db1 in a human readable form?
§ Type in the command grep – – help to access the help manual. Using this information and the information from the text, how would you write a command to find the pattern 111 in a file called txt?
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-2-file-processing-commands-worksheet-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Discussion Unix Permissions NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-discussion-unix-permissions-new
For more classes visit
http://www.assignmentcloud.com
Write a 200- to 300-word response in which you provide and explain some of the different file permissions available within UNIX®. Include how certain settings can help increase the security of the system.
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-discussion-unix-permissions-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Week 1 UNIX and Linux Comparison Matrix NEW
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-1-unix-and-linux-comparison-matrix-new
For more classes visit http://www.assignmentcloud.com Unix® and Linux® Comparison Matrix Name three versions of Unix 1. HPUX 2. AIX 3. Solaris
Name three versions of Linux
- Red Hat Enterprise Linux
- Suse Linux Enterprise Server
- Ubuntu
Describe 3 major differences between Unix and Linux
- Licensing; Linux is all GPL, while UNIX varied between commercial and BSD license
- Users: Linux originally developed for home users while UNIX was developed for servers.
- Filesystem: Standard FS on Linux is EXT(3/4) while varies on UNIX from JFS2 to UFS2 to ZFS.
- Linux, technically, is not an OS, UNIX is. Linux is a kernel, surrounded by packages.
Which of the following is not a UNIX or Linux variant
a. SunOS
b. RedHat
c. DOS
d. HP-UX
e. Debian
Technically I think you want C: DOS, though I would argue that DOS is a ripoff of CP/M which itself was very much akin to UNIX.
Use the command to change directory locations. a. cd b. rm c. mkdir d. cut A: cd
Use the command to delete a directory. a. delete_dir b. mkdir c. rmdir d. cat C: rmdir, though this will only work if the directories are empty. Rm –rfdir works otherwise.
Which of the following are text editors? (Choose all that apply.)
a. vi
b. emacs
c. ls
d. cat
A and B : Though why anyone would choose emacs over vi is beyond me. ls lists dirs., and cat displays a file, but you specified ‘editor’.
The command creates a directory named winchester in the root directory.
a. mkdir /winchester
b. mkdir ../Winchester
c. mkdir \winchester
d. md /Winchester
A. / specifies root, and UNIX is case sensitive.
The command allows you to change directory locations to a child directory named child1. a. mkdir ƒ child1 b. cdƒ ../ child1 c. cd child1 d. cdƒ / C:. Obviously.
The command that deletes a file. a. rmdir b. cd c. rm d. pwd C: The only one that is for file removal.
The command displays your present working directory. a. cat b. cd c. touch d. pwd D: pwd.
The system directory contains the Linux kernel. a. /boot b. /root c. /dev d. /var A: /boot, generally.
The in the vi editor allows you to save and quit the program. a. :wq b. q! c. w! d. ! A: write then quit.
The command to rename a file is . a. mv b. cp c. del d. rename A: mv and D: rename which has been available since 2000.
The command to make a duplicate of a file. a. mv b. cp c. del d. rename B: cp, for copy.
- In vi, the command to change to insert mode is:
a. o
b. O
c. i
d. d
C: i. which inputs text before the cursor and B: O works as well to insert a newline before current line, and A: o for newline after current line. - In vi, the command to remove a character is:
a. o
b. O
c. i
d. x
D: x.
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-1-unix-and-linux-comparison-matrix-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Discussion Different Version of Unix NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-discussion-different-version-of-unix-new
For more classes visit
http://www.assignmentcloud.com
What are some of the different versions of Unix? Why is it important to have different versions of Unix?
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-discussion-different-version-of-unix-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Entire Course NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-entire-course-new
For more classes visit
http://www.assignmentcloud.com
POS 433 Week 1 UNIX® and Linux® Comparison Matrix NEW
POS 433 Week 2 File Processing Commands Worksheet NEW
POS 433 Week 2 Linux® Directory Log NEW
POS 433 Week 3 Linux® Script Worksheet NEW
POS 433 Week 4 Systems Administration Scripting Log NEW
POS 433 Week 5 UNIX® Networking (1 Paper and 1 PPT) NEW
POS 433 Week 2 Learning Team UNIX®, Linux®, and Windows Server® Critique and Presentation Preparation Part I NEW
POS 433 Week 3 Learning Team UNIX®, Linux®, and Windows Server® Critique and Presentation Preparation Part II NEW
POS 433 Week 4 Learning Team UNIX®, Linux®, and Windows Server® Critique and Presentation Preparation Part III NEW
POS 433 Week 5 Learning Team UNIX®, Linux®, and Windows Server® Critique (2 Papers) NEW
POS 433 Week 5 Learning Team UNIX®, Linux®, and Windows Server® Presentation (2 PPT) NEW
POS 433 Discussion Scripting in Programming NEW
POS 433 Discussion Different Version of Unix NEW
POS 433 Discussion Terminating a Process NEW
POS 433 Discussion Unix Permissions NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-entire-course-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Week 2 Learning Team UNIX®, Linux®, and Windows Server® Critique and Presentation Preparation Part I NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-2-learning-team-unix,-linux,-and-windows-server-critique-and-presentation-preparation-part-i-new
For more classes visit
http://www.assignmentcloud.com
Instructions
Develop a plan for completing the Week Five Learning Team assignment.
Submit the plan to the instructor.
Determine what research is needed to complete the written critique and presentation due in Week Five.
Assign at least one research component to each team member.
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-2-learning-team-unix,-linux,-and-windows-server-critique-and-presentation-preparation-part-i-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Discussion Terminating a Process NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-discussion-terminating-a-process-new
For more classes visit
http://www.assignmentcloud.com
Write a 200- to 300-word response that discusses the different reasons for terminating a process and the commands used for this purpose.
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-discussion-terminating-a-process-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Assignment Unix Linux vs Windows Security and administration (1000 Words) NEW
http://www.assignmentcloud.com/pos-433-uop/pos-433-assignment-unix-linux-vs-windows-security-and-administration-new
For more classes visit
http://www.assignmentcloud.com
POS 433 Assignment Unix Linux vs Windows Security and administration (1000 Words) NEW
http://www.assignmentcloud.com/pos-433-uop/pos-433-assignment-unix-linux-vs-windows-security-and-administration-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Discussion Scripting in Programming NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-discussion-scripting-in-programming-new
For more classes visit
http://www.assignmentcloud.com
Write a short essay discussing when scripting should be taught to individuals who are learning software programming. Discuss the advantages and disadvantages of doing so at specific times in their learning process.
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-discussion-scripting-in-programming-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Week 1 UNIX® and Linux® Comparison Matrix NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-1-unix-and-linux-comparison-matrix-new
For more classes visit
http://www.assignmentcloud.com
Instructions
Assignment Preparation: Activities include completing the SkillSoft course, independent student reading, and research.
Complete the “Choosing UNIX Shells” module in the SkillSoft course, “UNIX Fundamentals: Shell Scripting Basics.”
UNIX® and Linux® Comparison Matrix located on the student website.
Unix® and Linux® Comparison Matrix
Directions: Choose three different versions of the UNIX® or Linux® operating systems to compare. Insert the three chosen versions and fill out the requested information in the Components column.
UNIX® or Linux® operating system version:
Components Your response
Role of shell
Three features and roles of each feature
Comments on security
Comments on administration
Comments on networking
Comments on performance
Comments on programmability
Other
UNIX® or Linux® operating system version:
Components Your response
Role of shell
Three features and roles of each feature
Comments on security
Comments on administration
Comments on networking
Comments on performance
Comments on programmability
Other
UNIX® or Linux® operating system version:
Components Your response
Role of shell
Three features and roles of each feature
Comments on security
Comments on administration
Comments on networking
Comments on performance
Comments on programmability
Other
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-1-unix-and-linux-comparison-matrix-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Assignment Unix/Linux vs Windows a Business Case Comparison (4000 words) NEW
http://www.assignmentcloud.com/pos-433-uop/pos-433-assignment-unix-linux-vs-windows-a-business-case-comparison-new
For more classes visit
http://www.assignmentcloud.com
POS 433 Assignment Unix/Linux vs Windows a Business Case Comparison (4000 words) NEW
http://www.assignmentcloud.com/pos-433-uop/pos-433-assignment-unix-linux-vs-windows-a-business-case-comparison-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Week 2 Linux Directory Log NEW
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-2-linux-directory-log-new
For more classes visit
http://www.assignmentcloud.com
Here is the assignment:
1. Open a terminal and show the log how you create the following: (5 marks)
A. Create 2 directories under your home, account1 and account2
B. Change your directory to account1
C. Create 2 directories called checking1 and savings1
D. Go to checking1 directory
E. Using touch command, create two files c1.dat and c2.dat
F. Change your directory to savings1 using relative path
G. Using touch command, create two files s1.dat and s2.dat
H. Go to your home directory
I. Change your directory to account2
J. Create 2 directories called checking2 and savings2
K. Go to checking2 directory
L. Using touch command, create two files c3.dat and c4.dat
M. Change your directory to savings2 using relative path
N. Using touch command, create two files s3.dat and s4.dat
O. Change to account1 directory
- Show the commands for the following. (5 Marks)
(Each carries 1 mark from A to E and in each one mark, ½ is for the command and ½ for the output)
You are now in account1 directory. Copy s1.dat to this directory using relative path. Show the new file that copied with ls command from this directory. Do not change the directory.
Ans:
Move c1.dat to savings1 directory using relative path as s1.dat. Show s1.dat with ls command from this directory. Do not change the directory.
Ans :
Change your directory to savings2 using absolute path. Show the current directory after you changed.
Ans:
Copy c2.dat to your sibling directory, checking2 using relative path (Sibling directories have same parent) (Also do not use ~ ). Show c2.dat with ls command from this directory, do not change the directory .
Ans:
E. Move s4.dat to savings1 directory using absolute path. Show s4.dat with ls command from this directory, do not change directory
Ans:
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-2-linux-directory-log-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Week 3 Linux® Script Worksheet NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-3-linux-script-worksheet-new
For more classes visit
http://www.assignmentcloud.com
POS 433 Week 3 Linux® Script Worksheet NEW
Instructions
Assignment Preparation: Activities include completing the SkillSoft course, independent student reading, and research.
Complete the SkillSoft course, “UNIX Fundamentals: Shell Scripting Basics” (ID:lu_unix_a02_it_enus)
Linux® Script Worksheet located on the student website.
Linux® Script Worksheet
To:
From:
Date:
Before beginning the Linux® Script Worksheet, update the PATH variable to add your folder from last week. You will find how to do this on p. 134 of Linux® Command Line and Shell Scripting Bible.
Linux® Script 1
Requirements
In the same folder as last week, create a new file titled week3prog1[name].scr.
Change the permissions on this new file to add the execute bit for user, group, and owner.
Edit your new file using Gedit or VI and change it so it performs the following actions:
· Display the date.
· Display the words Hello World.
· Display information about users that are currently logged in.
Note. Remember to include #!/bin/bash as the first line of your script.
Save the file and type your file name to execute.
Source Programs
Output Results
Linux® Script 2
Requirements
In the same folder as last week, create a new file called week3prog2[name].scr.
Change the permissions on this new file to add the execute bit for user, group, and owner.
Edit your new file using Gedit or VI and change it so it performs the following actions:
· Using a line after #!/bin/bash, take the output of the ps –e command and pipe it to the sort command.
· After it has been piped to the sort command, redirect that output to a file called psfile.
Note. Remember to include #!/bin/bash as the first line of your script.
Source Programs
Output Results
Linux® Script 3
Requirements
In the same folder as last week, create a new file called week3prog3[name].scr.
Change the permissions on this new file to add the execute bit for user, group, and owner.
Create two files.
· File1 has one line with the value of 5.
· File2 has one line with the value of 100.
Edit your new file using Gedit or VI and change it so it performs the following actions:
· Read the values from the two files above (file1 and file2).
· Divide the value from file2 by the value in file1.
· Output the result of this calculation to a new file called file3.
Note. Remember to include #!/bin/bash as the first line of your script.
Source Programs
Output Results
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-3-linux-script-worksheet-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Week 3 Learning Team UNIX®, Linux®, and Windows Server® Critique and Presentation Preparation Part II NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-3-learning-team-unix,-linux,-and-windows-server-critique-and-presentation-preparation-part-ii-new
For more classes visit
http://www.assignmentcloud.com
Instructions
Review the results from the Learning Team to ensure that all elements of the assignment have been fully researched.
Complete and submit the outline of the final Learning Team paper.
Begin developing the rough draft of the critique due in Week Five.
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-3-learning-team-unix,-linux,-and-windows-server-critique-and-presentation-preparation-part-ii-new
For more classes visit
http://www.assignmentcloud.com
UOP POS 433 Week 5 UNIX® Networking (1 Paper and 1 PPT) NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-5-unix-networking-1-paper-and-1-ppt-new
For more classes visit
http://www.assignmentcloud.com
POS 433 Week 5 UNIX® Networking (1 Paper and 1 PPT) NEW
This Tutorial contains 1 Paper and 1 Presentation
Instructions
Assignment Preparation: Activities include completing the SkillSoft course, independent student reading, and research.
§ Complete the “File Sharing with NFS and Samba” modules in the SkillSoft course, “UNIX Fundamentals: Network Administration.”
Assignment: Find a current article about UNIX® Networking. Write a 1-2 page paper discuss the article and its relevance to the course
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-5-unix-networking-1-paper-and-1-ppt-new
For more classes visit
http://www.assignmentcloud.com