User Tools

Site Tools


bash:commands

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
bash:commands [2021/01/26 15:41] – [Network] peterbash:commands [2021/01/26 16:57] (current) peter
Line 1: Line 1:
 ====== BASH - Commands ====== ====== BASH - Commands ======
 +
 +----
 +
 +[[BASH:Commands:Command Exit Status|Command Exit Status]]
 +
 +[[BASH:Commands:Command Line Arguments|Command Line Arguments]]
 +
 +[[BASH:Commands:Command Substitution|Command Substitution]]
 +
 +[[BASH:Commands:Dangerous Commands|Dangerous Commands]]
 +
 +[[BASH:Commands:Standard BASH Commands|Standard BASH Commands]]
 +
 +----
  
 [[BASH:Commands:Archiving / Compression Commands|Archiving / Compression Commands]] [[BASH:Commands:Archiving / Compression Commands|Archiving / Compression Commands]]
Line 10: Line 24:
  
 [[BASH:Commands:File Commands|File Commands]] [[BASH:Commands:File Commands|File Commands]]
 +
 +[[BASH:Commands:File Transfer Commands|File Transfer Commands]]
  
 [[BASH:Commands:Hardware Commands|Hardware Commands]] [[BASH:Commands:Hardware Commands|Hardware Commands]]
Line 19: Line 35:
 [[BASH:Commands:Network Commands|Network Commands]] [[BASH:Commands:Network Commands|Network Commands]]
  
-[[BASH:Commands:System Commands|System Commands]]+[[BASH:Commands:Package Commands|Package Commands]]
  
-----+[[BASH:Commands:Process Commands|Process Commands]]
  
 +[[BASH:Commands:Search Commands|Search Commands]]
  
 +[[BASH:Commands:System Commands|System Commands]]
  
- +[[BASH:Commands:User Commands|User Commands]]
- +
- +
- +
-===== File Transfer ===== +
- +
-| ^Command^ +
-|Secure copy file to host|scp file.txt server2:/tmp| +
-|Synchronize source to destination|rsync -a /home/peter /backup/|+
  
  
Line 42: Line 52:
  
  
-===== Packages ===== 
- 
-| ^Command^ 
-|Install RPM based package|rpm -i pkgname.rpm| 
-|Remove package|rpm -e pgkname| 
-|Install from source|./configure\\ make\\ make install| 
- 
----- 
- 
-===== Process ===== 
- 
-| ^Command^ 
-|Display your currently active processes|ps| 
-|Find all processes related to "telnet"|<nowiki>ps aef|grep 'telnet'</nowiki>| 
-|Memory map of process|pmap| 
-|Display all running processes|top| 
-|Kill process with specific pid id|kill id| 
-|Kill all processes named xxx|kill xxx| 
-|Resumes suspended job without bringing them to the foreground|bg| 
-|Brings the most recent job to the foreground|fg| 
-|Bring job n to the foreground|fg n| 
- 
----- 
- 
-===== Search ===== 
- 
-| ^Command^ 
-|Search for a pattern in files|grep pattern files| 
-|Search recursively for pattern in directory|grep -r pattern directory| 
-|Find all instances of file|locate filename| 
-|Find filenames that start with xxx|find /home/peter -name 'xxx*'| 
-|Find filesnames larger than 10000k|find /home/peter -size +10000k| 
- 
- 
----- 
- 
-===== Users ===== 
- 
-| ^Command^ 
-|Display who is logged in|w| 
-|Show who is logged into the system|who| 
-|Display who you are logged in as|whoami| 
-|Display information on a user|finger user| 
-|Show the active user id with login and group|id| 
-|Show last logins on the system|last| 
-|Add a group|groupadd groupname| 
-|Add a user|adduser peter| 
-|Add a user|useradd -c "Peter Roux" - g admin -m peter # Add user peter| 
-|Delete a user|userdel peter| 
-|Modify user information|usermod peter| 
  
  
  
bash/commands.1611675718.txt.gz · Last modified: 2021/01/26 15:41 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki