| otázka | odpověď | 
        
        | začněte se učit |  |  |  |  | 
| začněte se učit |  |   -l long listing (ls -l),-al (ls -al) Listing With Hidden Files |  |  | 
| začněte se učit |  |   grep PATTERN [FILE], grep failed auth. log |  |  | 
| začněte se učit |  |   Forward slashes instead of backward, cd /var/log |  |  | 
| začněte se učit |  |   Safely turn off the computer in software    sudo shutdown 2 (turn off in 2min), -r restart, -c cancel or ctrl+c |  |  | 
| začněte se učit |  |   Displays the current working directory path    Useful when changing directories often |  |  | 
| začněte se učit |  |   Change a user account password  |  |  | 
| začněte se učit |  |   mv first. txt second. txt |  |  | 
|  začněte se učit cp first. txt second. txt |  |  |  |  | 
| začněte se učit |  |   Remove files or directories    Does not remove directories by default, -r (removes directory) |  |  | 
| začněte se učit |  |  |  |  | 
|  začněte se učit r=read, w=write, x=execute |  |   Change mode of a file system object    chmod mode FILE, chmod 744 script. sh |  |  | 
| začněte se učit |  |   Change file owner and group    sudo chown [OWNER: GROUP] file, sudo chown professor script. sh |  |  | 
| začněte se učit |  |   View or change wireless network configuration  |  |  | 
| začněte se učit |  |   View or configure a network interface and IP    Slowly being replaced by ip (ip address) |  |  | 
| začněte se učit |  |   View the current processes    ps -e | more (View all processes) |  |  | 
| začněte se učit |  |   Some command require elevated rights    There are some things normal users can’t do |  |  | 
| začněte se učit |  |   You continue to be that user until you exit |  |  | 
| začněte se učit |  |   Execute a command as the super user    Only that command executes as the super user |  |  | 
| začněte se učit |  |   Advanced Packaging Tool (Install, update, remove)    sudo apt-get install wireshark |  |  | 
| začněte se učit |  |   Full screen editing with copy, paste, and more |  |  | 
| začněte se učit |  |   Backup and restore an entire partition    dd if=<source file name> of=<target file name> [Options] |  |  | 
| začněte se učit |  |   dd if=/dev/sda of=/tmp/sda-image. img  |  |  | 
| začněte se učit |  |   dd if=/tmp/sda-image. img of=/dev/sda  |  |  | 
| začněte se učit |  |  |  |  | 
| začněte se učit |  |   kill an app with one click |  |  |