proc(3): the args file is writable, not read only (thanks qrstuv)

This commit is contained in:
cinap_lenrek 2014-01-01 06:44:48 +01:00
parent 9a98f28f1e
commit 18a50d04ac

View file

@ -136,10 +136,13 @@ the amount of memory used by the process in units of 1024 bytes
.IP \-
the base and current scheduling priority, each 11 character numbers
.PP
The read-only
The
.B args
file contains the arguments of the program when it was created by
.IR exec (2).
Writing to the
.B args
file will overwrite its contents.
If the program was not created by
.BR exec ,
such as by