proc(3): the args file is writable, not read only (thanks qrstuv)
This commit is contained in:
parent
9a98f28f1e
commit
18a50d04ac
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue