First page Back Continue Last page Overview Graphics
Exercise 1
Print the first 10 lines of file 20071130.1332.ffb in the directory example1/mloc. You should use command head with the proper switch to do the above task. Use command man to know more about command head.
Make a tar gzipped file from contents of ~/bash_scripting directory.
What is the total size of the example1/mloc directory.
Copy all ffb files in directory example1/mloc directory to /tmp directory
Copy example1/mloc directory to /tmp directory
Rename /tmp/mloc to /tmp/mloc2
Change permissions of /tmp/mloc2 directory so everybody from all groups can only read the files.