Bash Commands: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 9: | Zeile 9: | ||
Search text in files: | Search text in files: | ||
* grep -r "your text" <directory> | * grep -r "your text" <directory> | ||
+ | |||
+ | == Find == | ||
+ | * which <executable> - prints the path of the executable file | ||
+ | |||
== User Management == | == User Management == |
Version vom 25. Juni 2013, 13:08 Uhr
Internet
- wget -N http://...
- Downloads the give file and overwrites the local one
File Manager
- gksudo nautilus (start it as root)
Text
Search text in files:
- grep -r "your text" <directory>
Find
- which <executable> - prints the path of the executable file
User Management
Neuen User anlegen
- sudo adduser <username>
Unzip
- tar xzf <filename>
Cron Jobs
- sudo -s crontab -e
- Add/Remove cron jobs
http://www.sysadminslife.com/linux/cronjob-unter-debian-und-ubuntu-erstellen/
Create Screens
- screen (saves your screen even after session time out)
- screen -r (see what happened)
- Ctrl+AC (create new terminal tab)
- Ctrl+AA (switch between terminal tabs)
Backup
- sudo ./backupAll.bash <backupname>
Shutdown
- sudo shutdown -h 18:45