CH7 Flashcards
Hidden files are files that begin with what Character?
+
*
-
.
.
The top-level directory on a Linux system is represented as?
/home
C:
/root
/
/
Is the following path absolute or relative /etc/ppp?
Absolute
Relative
Absolute
Which of the following commands can be used to access the home directory of the user “bob” while logged in as root? (Choose Two)
cd &&
cd /home/bob
cd ~bob
~bob
cd /home/bob
cd ~bob
The CD command by itself will take you to what directory?
None, it is not a valid command.
The system Root directory.
Your Home Directory
The Directory above the current working directory.
Your Home Directory
What command will allow you to change your current working directory?
list
chdir
ls
cd
cd
The double dot (..) can be used to represent the directory?
…below the current directory.
…above the current directory.
…with any two single numbers.
…above the current directory only when using the CD command.
…above the current directory
The LS command without options or arguments?
…prompts for a directory to list
…generates an error as this command requires arguments.
…lists the contents of a user’s home directory.
…lists the contents of the current directory.
…lists the contents of the current directory.
The first character in a long listing (ls -l) indicates?
The permissions.
The owner
If something is a file, directory, or a symbolic link.
The size
If something is a file, directory, or a symbolic link.
The LS command color codes results by default?
True
False
False