summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJovina2012-01-19 15:27:17 +0530
committerJovina2012-01-19 15:27:17 +0530
commit72f926dfcebd3d81ad6c2c0795ee275e12af310c (patch)
treefbeee5a8a1b6bf2ba83c9e1dc2d386dd1c9128ef
parentb9ae96bc54a41bf1a40a15f17bb436695973a42a (diff)
downloadsees-72f926dfcebd3d81ad6c2c0795ee275e12af310c.tar.gz
sees-72f926dfcebd3d81ad6c2c0795ee275e12af310c.tar.bz2
sees-72f926dfcebd3d81ad6c2c0795ee275e12af310c.zip
Modified the script and slides based on the sugesstions given in the review.
-rw-r--r--ult/ult_2/script.rst11
-rw-r--r--ult/ult_2/ult2.tex6
2 files changed, 11 insertions, 6 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.
diff --git a/ult/ult_2/ult2.tex b/ult/ult_2/ult2.tex
index f763bb0..9fb0e7e 100644
--- a/ult/ult_2/ult2.tex
+++ b/ult/ult_2/ult2.tex
@@ -61,7 +61,8 @@
At the end of this tutorial, you will be able to,
\begin{itemize}
-\item Handle files efficiently.
+\item Copy files from one location to another.
+\item Remove files and directories.
\item Change permissions and ownership of files.
\item Navigate through directories and files.
\end{itemize}
@@ -82,7 +83,7 @@ Spoken tutorial on -
\frametitle{Linux File Hierarchy}
\begin{itemize}
\item \texttt{/} is called the root directory
- \item It is the topmost level of the hierarchy
+ \item The root directory is the topmost level of the hierarchy
\item For details \texttt{man hier}
\end{itemize}
\end{frame}
@@ -149,6 +150,7 @@ Spoken tutorial on -
\begin{itemize}
\item Copy and move files from one location to another, using the ``cp''
and ``mv'' commands respectively.
+\item Remove files using ``rm`` command.
\item Understand the Linux file hierarchy.
\item Change permissions and ownership of files, using the ``chmod''
and ``chown'' commands respectively.