Computer Science, asked by satabdipal012, 4 months ago

How to list the file attributes in unix​

Answers

Answered by yashfeen7278
0
The ls command is the UNIX way to list file directories.
...
Listing Filenames and Attributes in UNIX.
% ls -F {adds "/" for directory, "*" for exec, "@" for link}
% ls -lR test/ {long list, recursively show sub-directories of "text"}
% ls -a {shows "hidden" dot files as well}
Answered by sundarvel062014
0

Answer:

i hope it help you

Explanation:

Make me brainliest

Attachments:
Similar questions