Advertisement
Guest User

Untitled

a guest
Jul 6th, 2011
2,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.71 KB | None | 0 0
  1. bash-4.2$ ./apropos "install new package"
  2. pkg_add(1)  0.0226561164087622
  3. ...documentation, configurations, installation instructions and/or other files. pkg_add can recursively install other packages that...
  4.  
  5. pkg_delete(1)   0.0205713704006198
  6. ...delete packages that have been previously installed with the pkg_add 1 command. The given packages...
  7.  
  8. pkg_info(1) 0.0197136654802009
  9. ...installed package (with our without version), a pattern matching several installed packages (see the PACKAGE...
  10.  
  11. atf-version(1)  0.0192477789987012
  12. ...version of the ATF package installed in the system (the installation that corresponds to the...
  13.  
  14. pkgsrc(7)   0.0124793323984176
  15. ...to install readytouse packages and to perform various administrative tasks for the package...
  16.  
  17. bpm(1)  0.00983311007458239
  18. ...command is used to locate and install binary packages from any reachable URL. The following...
  19.  
  20. pkg_summary(5)  0.0050789721039844
  21. ...package does not require shared libraries. SIZE_PKG (required) The size of the package when installed...
  22.  
  23. pkg_install.conf(5) 0.00305032051899243
  24. ...binary packages or pkgvulnerabilities files. CHECK_LICENSE Check the license conditions of packages before installing...
  25.  
  26. tests(7)    0.000593733596198537
  27. ...the system (such as the installation of thirdparty packages or manual modifications to configuration...
  28.  
  29. compat_linux(8) 0.000447042465873695
  30. ...file. It is recommended that you install Linux packages that include configuration files, etc under...
  31.  
  32. ---------------------------------------------------------------------------------------------------------------------------------------------------
  33.  
  34. bash-4.2$ ./apropos "generate password hash"
  35. pwhash(1)   0.0136171098621772
  36. hashes passwords from the command line or standard...is automatically generated for each password. Specifying the...
  37.  
  38. pwd_mkdb(8) 0.00474371713112646
  39. generate the password databases...megabytes used by the hashing library. On systems...
  40.  
  41. ssh-keygen(1)   0.000609628818209953
  42. ...mix hashed and nonhashed...W generator Specify desired generator...to a password, except it...
  43.  
  44. skey(1) 0.000486753741997048
  45. ...your secret password. Running skey then generates the...hash algorithm is selected using the t hash...
  46.  
  47. ssh_config(5)   9.85468720766591e-05
  48. ...file, and general defaults at...yes , passphrase/password querying will...1 should hash host names...
  49.  
  50. ftp(1)  8.6907974347586e-05
  51. ...mode). hash size Toggle hash...for a password and an...place. The generated unique filename...
  52.  
  53. intro(3)    2.63719299571683e-05
  54. ...encryption and hash routines see...library provides generic editing and...onetime password library.  See...
  55.  
  56. racoon.conf(5)  1.40726595881397e-05
  57. ...and validating passwords against system...private key generated by plainrsa...Defines the hash algorithm used...
  58.  
  59. ---------------------------------------------------------------------------------------------------------------------------------------------------
  60.  
  61. bash-4.2$ ./apropos "function to traverse directories"
  62. ftw,(3) 6.05520452370178e-05
  63. ...the fts 3 functions. The ftw and nftw functions traverse (walk) the directory hierarchy rooted...
  64.  
  65. archive_read_finish(3)  5.65680335093368e-05
  66. ...operation. (For example, directory traversal libraries often provide...cleanup function for that data. The cleanup function...
  67.  
  68. krb5_kuserok(3) 2.88347488062668e-05
  69. ...are not traversed. Note that this directory may...This function takes the name of a local...
  70.  
  71. fts_close(3)    2.74030290237656e-05
  72. The fts_close functions are provided for traversing file...a directory in the hierarchy. In general, directories...
  73.  
  74. options(4)  1.06388555280773e-06
  75. ...kernel source directory. Failure to...address, channel, function, offset, and...with @ when traversing symbolic links...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement