| Command |
Description |
|
# pacman -S name |
Install package 'name' with dependencies [man] |
|
# pacman -R name |
Delete package 'name' and all files of it [man] |
|
# passwd |
change password [man] |
|
# passwd user1 |
change a user password (only by root) [man] |
|
# paste file1 file2 |
merging contents of two files for columns [man] |
|
# paste -d '+' file1 file2 |
merging contents of two files for columns with '+' delimiter on the center [man] |
|
# ps -eafw |
displays linux tasks [man] |
|
# ps -e -o pid,args --forest |
displays linux tasks in a hierarchical mode [man] |
|
# pstree |
Shows a tree system processes [man] |
|
# pwck |
check correct syntax and file format of '/etc/passwd' and users existence [man] |
|
# pwd |
show the path of work directory [man] |