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


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

ln
Создать ссылки файловой системы

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

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  ln [-sfnv] [-t DIR] [FROM...] TO


Create a link between FROM and TO.
One/two/many arguments work like "mv" or "cp".

  • -s Create a symbolic link

  • -f Force the creation of the link, even if TO already exists

  • -n Symlink at TO treated as file

  • -r Create relative symlink from -> to

  • -t Create links in DIR

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

  • -v Verbose
  • [ ToyBox ]     [ ManLinux ]