You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the command in busybox is different with the normal one.
$ bash -c "readlink --help"
Usage: readlink [OPTION]... FILE...
Print value of a symbolic link or canonical file name
-f, --canonicalize canonicalize by following every symlink in
every component of the given name recursively;
all but the last component must exist
-e, --canonicalize-existing canonicalize by following every symlink in
every component of the given name recursively,
all components must exist
-m, --canonicalize-missing canonicalize by following every symlink in
every component of the given name recursively,
without requirements on components existence
-n, --no-newline do not output the trailing delimiter
-q, --quiet
-s, --silent suppress most error messages (on by default)
-v, --verbose report error messages
-z, --zero end each output line with NUL, not newline
--help display this help and exit
--version output version information and exit
GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Full documentation <https://www.gnu.org/software/coreutils/readlink>
or available locally via: info '(coreutils) readlink invocation'
$ busybox readlink
BusyBox v1.30.1 (Ubuntu 1:1.30.1-6ubuntu3.1) multi-call binary.
Usage: readlink [-fnv] FILE
Display the value of a symlink
-f Canonicalize by following all symlinks
-n Don't add newline
-v Verbose
rli9
changed the title
Cannot find "install" command under /{bin,sbin,tools,lkp-exec}/
Cannot find "install" command under /{bin,sbin,tools,lkp-exec}/ on raspberrypi
Apr 19, 2023
Hi,
I am facing following error on raspberrypi.
What could be the reason?
Thanks
The text was updated successfully, but these errors were encountered: