- Which of the following commands in Linux is used to display information about files and directories contained within the current working directory?
pwd ls grep ps
- A command-line command in Linux that allows to search files for lines containing a match to a given pattern is called:
rm find grep ps
- Which of the Linux command-line commands listed below is used for directory traversal?
cd top ps dir
- A Linux command displaying an absolute path to (i.e. full filename of) the current working directory is called:
mv pwd rm dir
- A Linux command used for transferring files/directories to a different directory is called:
replace export move mv
- What is the name of a Linux command used for renaming files and directories?
rm ps mv ls
- A command-line command in Linux used for deleting files and directories is known as:
erase rm mv del
- Which of the following commands allows for moving one level up in Linux directory tree?
cd - cd / cd .. cd ~
- What is the name of a Linux command-line utility used for reporting statistics on running processes?
ps tasklist nbstat id