File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ \section*{Commands and Options}
116
116
\item \texttt {-f } | Remove files without confirmation, if applicable
117
117
\end {itemize }
118
118
119
+
119
120
\Large \texttt {cp <source file> <target file> } \normalsize \\
120
121
Copy files from one location to another
121
122
\begin {itemize }
@@ -124,6 +125,12 @@ \section*{Commands and Options}
124
125
\item \texttt {-u } | Only copy if the source file is newer than the destination file.
125
126
\end {itemize }
126
127
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
+
127
134
128
135
129
136
\end {document }
You can’t perform that action at this time.
0 commit comments