On Mac Os X Systems, what Utility can be Used to Encrypt / Decrypt a User's Home Directory??

Posted in  mac | 2022-03-15

Chap7-8 Flashcards

On Mac OS X systems, what utility can be used to encrypt / decrypt a users home directory? Witness. What command below will create a symbolic link to a file?

Who is the Current Maintainer of the Linux Kernel?

In his stead, Greg Kroah-Hartman, who currently maintains the stable branch of the Linux kernel, will step up and manage the rest of the Linux 4.19 release cycle. Torvalds said he expects to return for future releases.

Ln Command to Create Symbolic Links
Use the -s option to create a soft (symbolic) link. The -f option will force the command to overwrite a file that already exists. Source is the file or directory being linked to.

What Information below is not Included Within an Inode?

The only pieces of metadata not in an inode are the filename and path. Capitalization, or lack thereof, makes no difference with UNIX and Linux commands . In UNIX and Linux, everything except monitors are considered files.

What File under the Etc Folder Contains the Hashed Passwords for a Local Linux System?

One solution is a "shadow" password file to hold the password hashes separate from the other data in the worldreadable passwd file. For local files , this is usually /etc/shadow on Linux and Unix systems, or /etc/master. passwd on BSD systems; each is readable only by root.