diff options
author | Jovina | 2012-01-19 15:27:17 +0530 |
---|---|---|
committer | Jovina | 2012-01-19 15:27:17 +0530 |
commit | 72f926dfcebd3d81ad6c2c0795ee275e12af310c (patch) | |
tree | fbeee5a8a1b6bf2ba83c9e1dc2d386dd1c9128ef /ult/ult_2/script.rst | |
parent | b9ae96bc54a41bf1a40a15f17bb436695973a42a (diff) | |
download | sees-72f926dfcebd3d81ad6c2c0795ee275e12af310c.tar.gz sees-72f926dfcebd3d81ad6c2c0795ee275e12af310c.tar.bz2 sees-72f926dfcebd3d81ad6c2c0795ee275e12af310c.zip |
Modified the script and slides based on the sugesstions given in the review.
Diffstat (limited to 'ult/ult_2/script.rst')
-rw-r--r-- | ult/ult_2/script.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ult/ult_2/script.rst b/ult/ult_2/script.rst index e279deb..21db359 100644 --- a/ult/ult_2/script.rst +++ b/ult/ult_2/script.rst @@ -3,9 +3,10 @@ .. At the end of this tutorial, you will be able to: - .. 1. Handle files efficiently. - .. 2. Change permissions and ownership of files. - .. 3. Navigate through directories and files. + .. 1. Copy files from one location to another. + .. 2. Remove files and directories. + .. 3. Change permissions and ownership of files. + .. 4. Navigate through directories and files. .. Prerequisites .. ------------- @@ -34,7 +35,8 @@ Hello friends and Welcome to the tutorial on At the end of this tutorial, you will be able to, - 1. Handle files efficiently. + 1. Copy files from one location to another. + #. Remove files and directories. #. Change permissions and ownership of files. #. Navigate through directories and files. @@ -442,6 +444,7 @@ This brings us to the end of the tutorial.In this tutorial, we have learnt to, 1. Copy and move files from one location to another, using the ``cp`` and ``mv`` commands respectively. + #. Remove files using ``rm`` command. #. Understand the Linux file hierarchy. #. Change permissions and ownership of files, using the ``chmod`` and ``chown`` commands respectively. |