How to list the file attributes in unix
Answers
Answered by
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}
...
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
0
Answer:
i hope it help you
Explanation:
Make me brainliest
Attachments:
Similar questions
Social Sciences,
4 months ago
English,
4 months ago
India Languages,
4 months ago
Math,
8 months ago
Geography,
8 months ago
Biology,
1 year ago