Skip to content

target-shell ls on a file does not print file information #1514

@skepppy

Description

@skepppy

When calling ls on a file in target-shell, the output merely states that the path provided refers to a file.

target-shell output when calling ls -l with a file as argument:

$ ls -l cat
/bin/cat: Is a file

Bash output when calling ls -l with a file as argument:

$ ls -l cat
-rwxr-xr-x 1 root root 67928 Jun 22  2025 cat

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions