• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/20

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

20 Cards in this Set

  • Front
  • Back

Running the following command:


"ls -la ~/myfile" produces the following output rw-r-xr-x




What is is octal value (file permissions) of the output above (rw-r-xr-x)?

655

What will be the result of running the following command:


chmod g+w ~/testfile

write permissions will be granted to group or users belonging to the group will be able to write to testfile.

What will be the result of running the following command:


tail -f /var/log/messages

The tail command will list the last 10 line of the file and also follow (output appended data as the file grows).

If your working at the command line and your pwd is "/home/john/Documents" and you type "cd .." and press enter which directory will it take you to?

/home/john

True or False?


The sticky bit octal value is 1.



True

What is the octal value for SGID (set group ID)?

2

True or False?


SUID (set user ID) octal value is 4.

True

umask 077 gives group and others full permissions to files and directory.

False

On Linux adding a . (dot) before a file/directory name will make it a _________ file/directory.

Hidden

Which Linux command is the equivalent of Windows ipconfig?

ifconfig

Which Linux command is the equivalent of Windows tracert?

traceroute



True or False?


Mageia, OpenMandriva and Centos all use YUM package manager to manage installation/removal of sofware

True

Which directory is used to store files for additional Software Repository on YUM Linux Distros (CentOS, Red Hat, etc.)

/etc/yum.repos.d/

Where is the yum.conf file located?

/etc/yum.conf

True or False?


Knoppix, Linux Mint and Ubuntu all use APT package manager to manage installation/removal of sofware

True

Which directory is used to store files for additional Software Repository on APT based Linux Distros (Debian, Ubuntu, etc.)

/etc/apt/sources.list.d/

Where is the file sources.list located?

/etc/apt/sources.list

On Linux: in relation to the boot process, which process is referred to as "the mother of all processes"

init

What is the result of running:


init 0

Halt, Shut downs Computers

Who Created Linux
Linus Tovalds