Which of the following commands makes /bin/foo executable by everyone but only writable by its owner?
Which of the following commands makes /bin/foo executable by everyone but only writable by its owner?
Which of the following programs will only find files that are in your PATH?
Which of the following programs will only find files that are in your PATH?
Which chown command will change the ownership to foo and the group to bar on a file named biglist?
Which chown command will change the ownership to foo and the group to bar on a file named biglist?
HOW must you set umask?
You want the default permissions for your files to be -rw-r—– . HOW must you set umask?
What does the Filesystem Hierarchy Standard enable?
What does the Filesystem Hierarchy Standard enable? (Select TWO answers)
Which one of the following programs will only find files that are in your PATH?
Which one of the following programs will only find files that are in your PATH?
What would the following line accomplish if run as root?
What would the following line accomplish if run as root? chown -R bert /home/bert/*
which of the following commands to mount media in that drive to /mnt/cdrom?
You have just added a CD-ROM drive (/dev/hdd) to your system and have added it to your fstab.
Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?
Which of the following Linux filesysterns pre-allocates a fixed number of inodes at filesysterns make/creation
Which of the following Linux filesysterns pre-allocates a fixed number of inodes at filesysterns make/creation time, and does NOT generate them as needed?
Which command would accomplish that?
You are experimenting with a binary in /tmp/foo.d that expects its configuration file at /etc/foo.conf.
You don’t want to save it there, but use a symbolic link to /tmp/foo.d/foo.conf instead. Which command would accomplish that?