Update the ls(1) output, show the changed file ownerships.
PR: docs/11150 Submitted by: Chris Costello <chris@holly.dyndns.org>
This commit is contained in:
parent
afc984a1cc
commit
af7239fd35
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4896
3 changed files with 15 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.13 1999-04-08 21:33:23 nik Exp $
|
||||
$Id: chapter.sgml,v 1.14 1999-05-16 13:26:28 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
@ -76,11 +76,10 @@
|
|||
symbolic link to the appropriate implementation. For example, on a
|
||||
system using the DES versions:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput> cd /usr/lib</userinput>
|
||||
&prompt.user; <userinput>ls -l /usr/lib/libcrypt*</userinput>
|
||||
lrwxr-xr-x 1 bin bin 13 Sep 5 12:50 libcrypt.a -> libdescrypt.a
|
||||
lrwxr-xr-x 1 bin bin 18 Sep 5 12:50 libcrypt.so.2.0 -> libdescrypt.so.2.0
|
||||
lrwxr-xr-x 1 bin bin 15 Sep 5 12:50 libcrypt_p.a -> libdescrypt_p.a</screen>
|
||||
<screen>&prompt.user; <userinput>ls -l /usr/lib/libcrypt*</userinput>
|
||||
lrwxr-xr-x 1 root wheel 13 Mar 19 06:56 libcrypt.a -> libdescrypt.a
|
||||
lrwxr-xr-x 1 root wheel 18 Mar 19 06:56 libcrypt.so.2.0 -> libdescrypt.so.2.0
|
||||
lrwxr-xr-x 1 root wheel 15 Mar 19 06:56 libcrypt_p.a -> libdescrypt_p.a</screen>
|
||||
|
||||
<para>On a system using the MD5-based libraries, the same links will be
|
||||
present, but the target will be <filename>libscrypt</filename> rather
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.13 1999-04-08 21:33:23 nik Exp $
|
||||
$Id: chapter.sgml,v 1.14 1999-05-16 13:26:28 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
@ -76,11 +76,10 @@
|
|||
symbolic link to the appropriate implementation. For example, on a
|
||||
system using the DES versions:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput> cd /usr/lib</userinput>
|
||||
&prompt.user; <userinput>ls -l /usr/lib/libcrypt*</userinput>
|
||||
lrwxr-xr-x 1 bin bin 13 Sep 5 12:50 libcrypt.a -> libdescrypt.a
|
||||
lrwxr-xr-x 1 bin bin 18 Sep 5 12:50 libcrypt.so.2.0 -> libdescrypt.so.2.0
|
||||
lrwxr-xr-x 1 bin bin 15 Sep 5 12:50 libcrypt_p.a -> libdescrypt_p.a</screen>
|
||||
<screen>&prompt.user; <userinput>ls -l /usr/lib/libcrypt*</userinput>
|
||||
lrwxr-xr-x 1 root wheel 13 Mar 19 06:56 libcrypt.a -> libdescrypt.a
|
||||
lrwxr-xr-x 1 root wheel 18 Mar 19 06:56 libcrypt.so.2.0 -> libdescrypt.so.2.0
|
||||
lrwxr-xr-x 1 root wheel 15 Mar 19 06:56 libcrypt_p.a -> libdescrypt_p.a</screen>
|
||||
|
||||
<para>On a system using the MD5-based libraries, the same links will be
|
||||
present, but the target will be <filename>libscrypt</filename> rather
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.13 1999-04-08 21:33:23 nik Exp $
|
||||
$Id: chapter.sgml,v 1.14 1999-05-16 13:26:28 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
@ -76,11 +76,10 @@
|
|||
symbolic link to the appropriate implementation. For example, on a
|
||||
system using the DES versions:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput> cd /usr/lib</userinput>
|
||||
&prompt.user; <userinput>ls -l /usr/lib/libcrypt*</userinput>
|
||||
lrwxr-xr-x 1 bin bin 13 Sep 5 12:50 libcrypt.a -> libdescrypt.a
|
||||
lrwxr-xr-x 1 bin bin 18 Sep 5 12:50 libcrypt.so.2.0 -> libdescrypt.so.2.0
|
||||
lrwxr-xr-x 1 bin bin 15 Sep 5 12:50 libcrypt_p.a -> libdescrypt_p.a</screen>
|
||||
<screen>&prompt.user; <userinput>ls -l /usr/lib/libcrypt*</userinput>
|
||||
lrwxr-xr-x 1 root wheel 13 Mar 19 06:56 libcrypt.a -> libdescrypt.a
|
||||
lrwxr-xr-x 1 root wheel 18 Mar 19 06:56 libcrypt.so.2.0 -> libdescrypt.so.2.0
|
||||
lrwxr-xr-x 1 root wheel 15 Mar 19 06:56 libcrypt_p.a -> libdescrypt_p.a</screen>
|
||||
|
||||
<para>On a system using the MD5-based libraries, the same links will be
|
||||
present, but the target will be <filename>libscrypt</filename> rather
|
||||
|
|
Loading…
Reference in a new issue