Difference between revisions of "CheatSheet/ru"
Views
Actions
Namespaces
Variants
Tools
(Created page with "=Смотрете также=") Tags: Mobile web edit Mobile edit |
(Created page with "[https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305 Оригинальное сообщение на форуме]") Tags: Mobile web edit Mobile edit |
||
Line 128: | Line 128: | ||
=Смотрете также= | =Смотрете также= | ||
[https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305 Оригинальное сообщение на форуме] | |||
[https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305 | |||
<!--Category or categories should have a translation extension below example--> | <!--Category or categories should have a translation extension below example--> | ||
[[Category:Boilerplate{{#translation:}}]] | [[Category:Boilerplate{{#translation:}}]] |
Revision as of 06:45, 17 December 2022
Шпаргалка по командам Manjaro
Поиск и установка пакетов
Установка пакетов
Удаление пакетов
Поиск пакета
Обновление установленных пакетов
Проверка обновлений
Обслуживание
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
Поиск пакета
Сборка пакета
Права доступа
Empty password cache
Change user password
Change owner and group of file
Change 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
Файлы и каталоги
Change to parent directory
List directory contents
List also hidden files
Copy file
Copy directory recursively
Move or rename file/directory
Remove directory recursively
Create symbolic link
Mount filesystem
Mount ISO image
Home directory of user
Directory with global configurations
Сеть
List wireless access points
Enable firewall [package Community: ufw]
Allow/deny all incoming traffic
Displays firewall status and rules
Allows/deny incoming traffic on the specified port
Allows/deny incoming traffic from specified IP address
Система и экран
Display long kernel version
Report file system disk space usage
Display system tasks
Display system information
Display a tree of processes
Switch to tty
- Ctrl+Alt+F1
- Ctrl+Alt+F2
- Ctrl+Alt+F3
- Ctrl+Alt+F4
- Ctrl+Alt+F5
- Ctrl+Alt+F6
Switch to the X session
- Ctrl+Alt+F7
Stop a unit
Check status of a unit
Enable a unit
Disable a unit
Restart a unit
Shut down the system
Restart the system