Which unix command lists files/folders in alphabetical order?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The ls –l command is used to list down files and folders in alphabetical order, sorted with modified time.
| Is This Answer Correct ? | 0 Yes | 0 No |
The ls –l command is used to list down files and folders in alphabetical order, sorted with modified time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is awk good for?
Name the various commands that are used for the user information in unix.
what are wild cards?
How do you find out all processes that are currently running in UNIX OS?
How does one process we can start an executable file? How to get the PID process, which we started?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
Enumerate some of the most commonly used network commands in unix?
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
what is the difference between Touch & cat command
What command a user use to view a long text file one page at a time in UNIX?
How do you remove a crontab file?
How does shebang work?