Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/examples/cp5.html
Дата изменения: Fri Jan 17 12:43:16 1997 Дата индексирования: Mon Oct 1 23:17:09 2012 Кодировка: Поисковые слова: ccd |
To copy a file from another user's home directory:
cp ~helper/file1 file2
This copies file1 from the home directory of user helper to file2 in your current working directory.
To copy a file from a subdirectory in the user's home directory:
cp ~helper/book/part2/file1 file2
This copies file1 from the subdirectory book/part2/ in the home directory of user helper to file2 in your current working directory.