Shell Command hands-on

    - Hands-on set 1: Write down correct shell command for the following operations:

        1. Find out information about "print".

        2. Find out information about shell command "more".

        3. Create a file "abc" with content "This is my first linux file."

        4. Display the file content of "abc"

        5. Copy file "abc" to "a1"

        6. Rename "a1" to "b1"

        7. Move file "b1" to directory "Desktop"

        8. Delete file "abc".

    - Hands-on set 2: Write down correct shell command for the following operations:

        1. Create a directory named "abc"

        2. Get into directory "abc"

        3. Show current working directory

        4. Create a file named "first" with the content: This is a testing file.

        5. Show the content of "first"

        6. Move to up level directory

        7. Delete directory "abc"

        8. Display the effective user id

        9. Display the host computer name

        10. Display the path(s) to command "ls"