File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 858858const struct utimbuf *\emph {times }); }
859859]]])
860860\begin {itemize }
861- \item changes file last access and modification times
862- \item cannot change i-node access time (\texttt {ctime })
861+ \item changes file last access (\texttt {atime }) and modification
862+ (\texttt {mtime }) times
863+ \item cannot change i-node status change time (\texttt {ctime })
863864\item calling process must have write permission for the file
864865\end {itemize }
865866\end {slide }
866867
867868\begin {itemize }
868869\item This call is mostly used by copy/move and also archive utilities to make
869870sure the times are the same for the originals and copies. (e.g. \texttt {tar } or
870- \texttt {rsync }).
871- \item The shell interface for \texttt {utime } is the command \texttt {touch }. As
872- mentioned in the slide, you cannot change the time of the i-node modification.
871+ \texttt {rsync }).
872+ \item The shell interface for \texttt {utime } is the command \texttt {touch }.
873873\end {itemize }
874874
875875% %%%%
You can’t perform that action at this time.
0 commit comments