Skip to content

Commit

Permalink
fix compile issue, add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Levelent committed Sep 27, 2022
1 parent 495894e commit 47572ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# linux-101
An introduction to using the Linux command line on the DCS Machines, with sessions run at the start of every academic year.

To get set up and editing locally, one way is to download TeX Live, and install something like the LaTeX Workshop extension for VSCode.
2 changes: 1 addition & 1 deletion cheatsheet.tex
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ \section*{Commands and Options}
\item \texttt{-R} | Recursively modifies permissions inside a subdirectory.
\item User types: \texttt{u} user, \texttt{g} user group, \texttt{o} other
\item Permissions \texttt{r} read, \texttt{w} write, \texttt{x} execute
\item Permissions formats: \texttt{u+x} add execute to user, \texttt{g=rw} set group permission to read & write; \texttt{755} set permissions to \texttt{u=rwx,g=rx,o=rx}.
\item Permissions formats: \texttt{u+x} add execute to user, \texttt{g=rw} set group permission to read and write; \texttt{755} set permissions to \texttt{u=rwx,g=rx,o=rx}.
\end{itemize}


Expand Down

0 comments on commit 47572ab

Please sign in to comment.