Download our latest MNC Answers Application at Play Store. Download Now

Introduction to Unix Hands-Ons [Unix > Introduction to Unix] | Accenture TFA Training Pre-Learning Modules

Disclaimer: The primary purpose of providing this solution is to assist and support anyone who are unable to complete these courses due to a technical issue or a lack of expertise. This website's information or data are solely for the purpose of knowledge and education.

Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).

All Question of the Hands-On Present Below for Ease Use Ctrl + F with the question name to find the Question. All the Best!


1. Calculator 1 

Path: UNIX/Introduction to Unix/Calculator1/calculator.sh

bc


2. Calendar 1

Path: UNIX/Introduction to Unix/Calendar 1/calendar.sh

cal -3 8 1987


3. Calendar 2

Path: UNIX/Introduction to Unix/Calendar 2/calendar2.sh

cal 9 1752


4. Calendar 3

Path: UNIX/Introduction to Unix/Calendar 3/Calendar 3/calendar.sh

cal 12 2015


5. Calendar 4

Path: UNIX/Introduction to Unix/Calendar 4/Calendar 4/calendar2.sh

cal -j 2016


6. Calendar 5

Path: UNIX/Introduction to Unix/Calendar 5/Calendar3.sh

cal -3 12 2015


7. Date 1

Path: UNIX/Introduction to Unix/Date 1/date.sh

date "+%A"


8. Date 2

Path: UNIX/Introduction to Unix/Date 2/Date 2/date2.sh

date +'DATE: %d/%m/%y' # fill in with correct format to display the current date Example "Date: 27/11/17"


9. Date 3

Path: UNIX/Introduction to Unix/Date 3/date3.sh

date "+%P"


10. DiskUsage 1

Path: UNIX/Introduction to Unix/DiskUsage 1/space.sh

du Contest


11. DiskUsage 2

Path: UNIX/Introduction to Unix/DiskUsage 2/freespce2.sh

du -S


12. List of Files 1

Path: UNIX/Introduction to Unix/List of Files 1/list.sh

ls -a  #fill with correct option comment


13. List of Files 2

Path: UNIX/Introduction to Unix/List of Files 2/List of Files 2/list2.sh

ls -r


14. List of Files 3

Path: UNIX/Introduction to Unix/List of Files 3/list3.sh

ls -m #provide the option to list the contents of the current directories in comma seperated fashion



If you have any queries, please feel free to ask on the comment section.

If you want MCQs and Hands-On solutions for any courses, Please feel free to ask on the comment section too.

Please share and support our page!