pos 433,uop pos 433,pos 433entire course Flashcards
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 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 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 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
W
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 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 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 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 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 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 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 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 2 Linux® Directory Log NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-2-linux-directory-log-new
For more classes visit
http://www.assignmentcloud.com
Instructions
Assignment Preparation: Activities include completing the SkillSoft course above, independent student reading, and research.
Linux® Directory Log located on the student website.
Linux® Directory Log
To:
From:
Date:
Directions: As you complete each of the following steps, keep track of what occurs at each point, including what you type, the output given, and if you experience any errors. Record the occurrences in the following matrix.
- Open a terminal.
- Create a new group called mygroup. Hint: /usr/sbin/groupadd.
- Create a new folder and name it your first name.
- Get a directory listing of the home folder using the long listing format.
- Modify the permissions on your new folder to set read, write, and execute permissions for the user and group.
- Get a directory listing of the new folder using the long listing and human readable format. (ls –lh)
- Use Gedit or VI to create two files (txt and myfile2.txt) and save them in the new folder. Add a paragraph of your own liking to each file.
- Get a regular format directory listing of the new folder.
- Change the ownership of txt so the owner is mygroup and the group is mygroup.
- Get a directory listing of the new folder using the long listing and human readable format.
- Change the permissions on txt using the following: user:read and write, group:read and write, and owner: read, write, and execute. Set the sticky bit. Use Octal s to set these.
- Get a directory listing of the new folder using the long listing and human readable format.
Check this A+ tutorial guideline at
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 File Processing Commands Worksheet NEW
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-3-file-processing-commands-worksheet-new
For more classes visit http://www.assignmentcloud.com 1. I am now in $HOME/sales/east directory. I want to have my login shell display me today’s date whenever I login every time by telnet. For this, what steps I have to do? (1/2) A. $ vi .profile Type one line : echo "Today’s date is `date`" $ chmod +x .profile $ . .profile
B. $ cd ../.. $ vi .profile Type one line : echo "Today’s date is `date`" $ export .profile $ .profile
C. $ cd $HOME
$ vi .profile
Type one line : echo “Today’s date is date
”
$ . .profile
D. $ vi ~/.profile
Type one line : echo “Today’s date is “date”
$ . .profile
Ans:
2A. Why I am getting this error when I assign like this ? (1/2)
$ FIRST-NAME=smith
ksh: FIRST-NAME=smith: not found.
Ans:
2B. Under ksh or bash shell environments, what is the problem here ? (1/2)
$ export PATH=/usr/bin /usr/local/bin /usr/ucb/bin
Ans:
- Executing cp temp/temp1 temp1.txt it will result in… (1/2)
A. Error since the same filename is used
B. Error since an extension is used for the second temp1
C. It will move the contents of temp1 from directory temp to temp1 of current directory and when finished it will erase the contents of temp1 of temp directory
D. It will copy temp1 from directory temp to temp1.txt of current directory
Ans :
- What kind of files will be matched by the following when you list by ls command: (3)
For Ex :
$ ls [a-z][0-9]
Ans : This matches any file with 2 characters, first being a lower case letter and the second being a number from 0 to 9
A. ls [0-9][a-z][0-9][A-Z] – Note : there are no spaces anywhere.
Ans:
B. ls [A-Z0-9_][A-Za-z_0-9] – Note : there are no spaces anywhere.
Ans:
C. ls [0-9]Z[0-9]
Ans: - What is the command to list files in a directory: (2)
A. Having only three alphabets:
Ans:
B. Starting with a digit and ending with a digit
Ans: - There are many C programs in my directory which have an extension of .c (ex :first.c, second.cetc).
How can I concatenate all C files into one file called “myC_files (1)
Ans : - How do you sort first 15 lines in a file called ‘datafile” ? (1) (You need to use a pipe)
Ans: - How do you add a line to the end of an existing file “myfile” with date stamp. (1)
Ans :
http://www.assignmentcloud.com/pos-433-uop/pos-433-week-3-file-processing-commands-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