Sunday 9 October 2016

NIELIT Assignment 1: Basics of Os, Unix and Shell Programming

Assignment 1.

Try the following command sequence and write its output:
cd ; pwd ;ls -al ; cd . ;pwd (where did that get you?) ; cd .. ;pwd ; ls -al ; cd .. ; pwd;ls -al ;cd

.. ;pwd (what happens now) ;cd /etc ;ls -al | more ;cat passwd ;cd – ;pwd.

Next Assignment 

No comments:

Post a Comment