Abekta

Nothing human is alien to me

User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
soft:bash [2024/04/01 03:47] asadsoft:bash [2024/10/16 01:21] (current) – [Screen] asad
Line 3: Line 3:
 | Check storage | ''df -h'' | | Check storage | ''df -h'' |
 | Check storage | ''du -hs foldername'' | | Check storage | ''du -hs foldername'' |
 +| Physical volumes | ''pvs'' |
 | Remove | rm -rf sth | | Remove | rm -rf sth |
 | System usage monitor | ''htop'' | | System usage monitor | ''htop'' |
Line 33: Line 34:
  
 ===== Screen ===== ===== Screen =====
-<code> +  * Create a screen: ''screen -S name'' 
-screen -S name +  * Detach from the screen with keyboard shortcut: ''ctrl+a d'' 
-screen -ls +  * See list of screens: ''screen -ls'' 
-screen -d -r name +  * Attach to the desired screen: ''screen -r name'' 
-</code> +  * Detach from outside (not needed usually)''screen -d -r name''
- +
-Detach screen from another ssh shell: ''screen -d -r'' +
- +
-Keyboard shortcuts: +
-  * ''ctrl+a d'': leaving a screen without terminating +
-  * ''exit'': to terminate a screen+
  
 ===== Server ===== ===== Server =====
soft/bash.1711964868.txt.gz · Last modified: 2024/04/01 03:47 by asad

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki