Difference between revisions of "CheatSheet"
(inxi angepasst und btrfs disk free) Tag: Reverted |
m (`inxi` commands updated) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 90: | Line 90: | ||
Display kernel version {{UserCmd|command=uname -r}} | Display kernel version {{UserCmd|command=uname -r}} | ||
Display long kernel version {{UserCmd|command=uname -a}} | Display long kernel version {{UserCmd|command=uname -a}} | ||
Report file system disk space usage {{UserCmd|command=df [/] [/home]}} {{UserCmd|command=sudo btrfs filesystem usage -h [/]}} | |||
Report file system | |||
Display system tasks {{UserCmd|command=top}} {{UserCmd|command=htop}} | Display system tasks {{UserCmd|command=top}} {{UserCmd|command=htop}} | ||
Display system information {{UserCmd|command= | Display system information {{UserCmd|command=inxi -zv8}} or long form {{UserCmd|command=inxi --filter --verbosity=8}} | ||
Display system information | Display system information in a `chroot` environment: {{UserCmd|command=inxi -zv8c0}} | ||
Display a tree of processes {{UserCmd|command=pstree}} | Display a tree of processes {{UserCmd|command=pstree}} | ||
<!--T:19--> | <!--T:19--> | ||
Latest revision as of 22:23, 31 October 2025
Commands CheatSheet for Manjaro
Locating and Installing Packages
Using Pamac CLI
Install packages
Uninstall packages
Search for a package
Update installed packages
Check for updates
Using native pacman
Install packages
Uninstall packages
Search for a package
Update installed packages
Check for updates
Maintenance
Generates a random mirrorlist for the users and sort them by their current access time.
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 package
Build the package
Access rights
Execute command as root
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
Display files and permissions [of directory]
Files and Directories
Change the working directory
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
Network
Display network information
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
System and Screen
Display kernel version
Display long kernel version
Report file system disk space usage
Display system tasks
Display system information
or long form
Display system information in a `chroot` environment:
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
Start a unit
Stop a unit
Check status of a unit
Enable a unit
Disable a unit
Restart a unit
Shut down the system
Restart the system