Some LINUX systems do not allow users to change their passwords by using the passwd command. How is this restriction enforced? Is it a good or bad practice? Why?

What will be an ideal response?


This can be done by taking away the execute permission on the /usr/bin/passwd file (the file that contains the executable code for the passwd command) from everyone. In general, it is not a good practice because users should be allowed to change their passwords frequently for security reasons. However, some system administrators do not allow users to change their passwords so that they (the administrators) have to do less work in case the users forget their new (changed) passwords. If a user forgets his/her password, the system administrator only needs to read a file (hard or soft) to locate the initial pair for the user.
Note: On some networked systems you need to use the nispasswd or yppasswd command.

Computer Science & Information Technology

You might also like to view...

A(n) ____________ is similar to a two-dimensional array, but the rows can have a different number of columns.

a. offset array b. skewed array c. jagged array d. differential array

Computer Science & Information Technology

Office 365 includes _________________________, which streams Office to Windows 7- and Windows 8-based PCs for work performed on public computers.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ tab enables you to set the margins, orientation, and alignment of a document

A) HOME B) VIEW C) PAGE LAYOUT D) DESIGN

Computer Science & Information Technology

An array name and index are separated using ____.

A. curly brackets B. square brackets C. a dot D. a comma

Computer Science & Information Technology