Skip to content

Commit bd093c3

Browse files
committed
Add chmod to cheatsheet
1 parent d945106 commit bd093c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cheatsheet.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ \section*{Commands and Options}
116116
\item \texttt{-f} | Remove files without confirmation, if applicable
117117
\end{itemize}
118118

119+
119120
\Large \texttt{cp <source file> <target file>} \normalsize \\
120121
Copy files from one location to another
121122
\begin{itemize}
@@ -124,6 +125,12 @@ \section*{Commands and Options}
124125
\item \texttt{-u} | Only copy if the source file is newer than the destination file.
125126
\end{itemize}
126127

128+
\Large \texttt{chmod <permissions> <filepath>} \normalsize \\
129+
Modify the permissions of a file
130+
\begin{itemize}
131+
\item \texttt{-R} | Recursively modifies permissions inside a subdirectory.
132+
\end{itemize}
133+
127134

128135

129136
\end{document}

0 commit comments

Comments
 (0)