Perform this procedure to add a project entry and then to alter that entry.
# projects -l
system
projid : 0
comment: ""
users : (none)
groups : (none)
attribs:
user.root
projid : 1
comment: ""
users : (none)
groups : (none)
attribs:
noproject
projid : 2
comment: ""
users : (none)
groups : (none)
attribs:
default
projid : 3
comment: ""
users : (none)
groups : (none)
attribs:
group.staff
projid : 10
comment: ""
users : (none)
groups : (none)
attribs:
# projadd -U username -p project-id project-name
# projects -l
system
projid : 0
comment: ""
users : (none)
groups : (none)
attribs:
project-name
projid : project-id
comment: ""
users : username
groups : (none)
attribs:
# projmod -c 'project-comment' project-name
# projects -l
system
projid : 0
comment: ""
users : (none)
groups : (none)
attribs:
…
project-name
projid : project-id
comment: "project-comment"
users : username
groups : (none)
attribs:
See Also
To bind projects, tasks, and processes to a pool, see Setting Pool Attributes and Binding to a Pool.