user short option for id
command
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
- List all processes of the current user in extra full format:
|
- List all processes of the current user in extra full format:
|
||||||
|
|
||||||
`ps --user $(id --user) -F`
|
`ps --user $(id -u) -F`
|
||||||
|
|
||||||
- List all processes of the current user as a tree:
|
- List all processes of the current user as a tree:
|
||||||
|
|
||||||
`ps --user $(id --user) f`
|
`ps --user $(id -u) f`
|
||||||
|
Reference in New Issue
Block a user