From 72f926dfcebd3d81ad6c2c0795ee275e12af310c Mon Sep 17 00:00:00 2001 From: Jovina Date: Thu, 19 Jan 2012 15:27:17 +0530 Subject: Modified the script and slides based on the sugesstions given in the review. --- ult/ult_2/script.rst | 11 +++++++---- ult/ult_2/ult2.tex | 6 ++++-- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'ult') 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. -- cgit