Command Line Utilities: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* To obtain the space available on a HD: df -h | * To obtain the space available on a HD: df -h | ||
== rsync == | |||
* --no-p: this will disable permissions synchronization. | |||
* --no-o: this will disable owner synchronization. |
Revision as of 12:07, 23 November 2007
This is a collection of random useful command line tools.
- To obtain the space available on a HD: df -h
rsync
- --no-p: this will disable permissions synchronization.
- --no-o: this will disable owner synchronization.