diff options
Diffstat (limited to 'ult/ult_2/ult2.tex')
-rw-r--r-- | ult/ult_2/ult2.tex | 6 |
1 files changed, 4 insertions, 2 deletions
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. |