Saved Bookmarks
| 1. |
Define the ls command of LINUX. |
|
Answer» ls: This command is used to get a listing of the contents in the current directory in columns. The ls command can also give listings of other directories without having to go to those directories. This command can also handle wild characters such as the * and? e.g., ls b* will list all files starting with lower case b, ls b ? will list all twocharacter file names beginning with lower case b. Some of the more common switches are:
|
|