Ch 5 Flashcards
1
Q
ssh -v
A
Verbose; shows in detail what is happening while establishing the connection
2
Q
ssh -Y
A
Enables support for graphical applications
3
Q
ssh -p <PORT></PORT>
A
Used to connect to an SSH service that is not listening on the default port 22
4
Q
rsync -r
A
Synchronizes the entire directory tree
5
Q
rsync -l
A
Copies symbolic links as symbolic links
6
Q
rsync -p
A
Preserves permissions
7
Q
rsync -n
A
Performs only a dry run, not actually synchronizing anything
8
Q
rsync -a
A
Uses archive mode, thus ensuring that subdirectory trees and all file properties will be synchronized
9
Q
rsync -A
A
Uses archive mode, and in addition synchronizes ACLs
10
Q
A