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:46] – [Process] 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 22: Line 38:
  
 [[BASH:Commands:Process Commands|Process Commands]] [[BASH:Commands:Process Commands|Process Commands]]
 +
 +[[BASH:Commands:Search Commands|Search Commands]]
  
 [[BASH:Commands:System Commands|System 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 46: Line 52:
  
  
- 
- 
-===== 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.1611675985.txt.gz · Last modified: 2021/01/26 15:46 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki