Sunday, 14 October 2012

Practical no-7:Execute of various system Administration commands


Practical no-7:Execute of various system Administration commands

1   # id

    uid=0(root) gid=0(root) groups=0(root)

2   # ls -l /tmp

    total 1

    drwxr-xr-x    2 root     root           72 Feb 10 23:29 .

    drwxr-xr-x   26 root     root          680 Feb 10 23:28 ..

    -r--------    1 ellie    users           0 Feb 10 23:29 myfile

3   # cat myfile

    This is my file.

No comments:

Post a Comment