Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

cp
Копировать файлы

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  cp [-adfHiLlnPpRrsTv] [--preserve=motcxa] [-t TARGET] SOURCE... [DEST]


Copy files from SOURCE to DEST.  If more than one SOURCE, DEST must
be a directory.

  • -a Same as -dpr

  • -D Create leading dirs under DEST (--parents)

  • -d Don't dereference symlinks

  • -F Delete any existing destination file first (--remove-destination)

  • -f Delete destination files we can't write to

  • -H Follow symlinks listed on command line

  • -i Interactive, prompt before overwriting existing DEST

  • -L Follow all symlinks

  • -l Hard link instead of copy

  • -n No clobber (don't overwrite DEST)

  • -u Update (keep newest mtime)

  • -P Do not follow symlinks

  • -p Preserve timestamps, ownership, and mode

  • -R Recurse into subdirectories (DEST must be a directory)

  • -r Synonym for -R

  • -s Symlink instead of copy

  • -t Copy to TARGET dir (no DEST)

  • -T DEST always treated as file, max 2 arguments

  • -v Verbose Arguments to --preserve are the first letter(s) of: mode - permissions (ignore umask for rwx, copy suid and sticky bit) ownership - user and group timestamps - file creation, modification, and access times. context - security context xattr - extended attributes all - all of the above
  • [ ToyBox ]     [ ManLinux ]