Difference between revisions of "CheatSheet"
Views
Actions
Namespaces
Variants
Tools
(AUR) |
(Permissions) |
||
Line 30: | Line 30: | ||
Build the package{{UserCmd|command=pamac build PackageName}} | Build the package{{UserCmd|command=pamac build PackageName}} | ||
=== | === Access rights === | ||
Executes command as root {{UserCmd|command=sudo [command]}} | |||
Empties password cache {{UserCmd|command=sudo -k}} | |||
Edits /etc/sudoers {{UserCmd|command=sudo visudo}} | |||
Changes user password {{UserCmd|command=passwd}} | |||
Changes owner and group of file {{UserCmd|command=chown [owner]:[group] -c [file]}} | |||
Changes the file permissions {{UserCmd|command=chmod [permissions] -c [file]}} | |||
Set permissions in octal mode: 4(read) 2(write) 1(execute) | |||
Example: 755 read-write-execute for owner and read-execute for group and others | |||
Displays files and permissions [of directory]{{UserCmd|command=ls -lh [dir]}} | |||
=== Your sub title === | === Your sub title === | ||
=== Your sub title === | === Your sub title === |
Revision as of 17:38, 4 February 2022
CheatSheet for Manjaro
The original startet with a thread at https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305/3
Locating and Installing Packages
Update mirrorlist with the fastest mirrors
Check if updates are available
Update all installed packages
Search available packages
Install packages
Uninstall packages
Maintenance
Generate cache list
Purge files not accessed in 100 days
Report journal current size
Remove but recent entries by size or time
Check for orphaned packages
Remove all orphans
Remove all packages except the latest 3 versions
AUR
Search for packages
Build the package
Access rights
Executes command as root
Empties password cache
Edits /etc/sudoers
Changes user password
Changes owner and group of file
Changes the file permissions
Set permissions in octal mode: 4(read) 2(write) 1(execute)
Example: 755 read-write-execute for owner and read-execute for group and others
Displays files and permissions [of directory]
Your sub title
Your sub title
Your sub title
Your sub title
Your sub title
Your sub title
Your sub title
Your sub title 2
Example codes should be here.
See Also
Example Link Title example text