File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 253253a file. See the example below. \emsl {Unix systems do not have delete-like
254254operation for a file}, the file is deleted automatically once it is no longer
255255referenced from a directory structure and the file is not presently open by any
256- process.
256+ process (see \example {unlink/unlink.c}) .
257257
258258\begin {verbatim }
259259$ whoami
263263$ ls -l janp-dir
264264total 0
265265-rw-r--r-- 1 root root 0 Mar 23 12:11 root_wuz_here.txt
266- $ rm janp-dir/root_wuz_here.txt
266+ $ rm janp-dir/root_wuz_here.txt
267267rm: janp-dir/root_wuz_here.txt: override protection 644 (yes/no)? yes
268- $ ls janp-dir/root_wuz_here.txt
268+ $ ls janp-dir/root_wuz_here.txt
269269janp-dir/root_wuz_here.txt: No such file or directory
270270\end {verbatim }
271271
You can’t perform that action at this time.
0 commit comments