Operating Systems第 21 / 100 题
Which Linux command lists the files in the current directory?
a.cd
b.ls
c.rm
d.mkdir
解析
The ls command lists the contents of a directory. Options like -l show detailed information and -a reveal hidden files. In contrast, cd changes directories, rm removes files, and mkdir creates directories.
免费刷完整 100 道题库 — 无需注册。
同考点相关题目
- What is the primary role of an operating system?
- In a file path, what does a directory (folder) represent?
- What is a 'process' in an operating system?
- What does the term 'virtual memory' describe?
- In Windows, which tool is commonly used to view and end running processes and check resource usage?
- What is a file system responsible for?