pbs_mkdirs.8B 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .\" Copyright (C) 1994-2018 Altair Engineering, Inc.
  2. .\" For more information, contact Altair at www.altair.com.
  3. .\"
  4. .\" This file is part of the PBS Professional ("PBS Pro") software.
  5. .\"
  6. .\" Open Source License Information:
  7. .\"
  8. .\" PBS Pro is free software. You can redistribute it and/or modify it under the
  9. .\" terms of the GNU Affero General Public License as published by the Free
  10. .\" Software Foundation, either version 3 of the License, or (at your option) any
  11. .\" later version.
  12. .\"
  13. .\" PBS Pro is distributed in the hope that it will be useful, but WITHOUT ANY
  14. .\" WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  15. .\" FOR A PARTICULAR PURPOSE.
  16. .\" See the GNU Affero General Public License for more details.
  17. .\"
  18. .\" You should have received a copy of the GNU Affero General Public License
  19. .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. .\"
  21. .\" Commercial License Information:
  22. .\"
  23. .\" For a copy of the commercial license terms and conditions,
  24. .\" go to: (http://www.pbspro.com/UserArea/agreement.html)
  25. .\" or contact the Altair Legal Department.
  26. .\"
  27. .\" Altair’s dual-license business model allows companies, individuals, and
  28. .\" organizations to create proprietary derivative works of PBS Pro and
  29. .\" distribute them - whether embedded or bundled with other software -
  30. .\" under a commercial license agreement.
  31. .\"
  32. .\" Use of Altair’s trademarks, including but not limited to "PBS™",
  33. .\" "PBS Professional®", and "PBS Pro™" and Altair’s logos is subject to Altair's
  34. .\" trademark licensing policies.
  35. .\"
  36. .TH pbs_mkdirs 8B "19 October 2017" Local "PBS Professional"
  37. .SH NAME
  38. .B pbs_mkdirs
  39. - For Windows. Create, or fix the permissions of, the directories and files used by PBS
  40. .SH SYNOPSIS
  41. .B pbs_mkdirs
  42. .br
  43. .B pbs_mkdirs
  44. [ mom | sched | server ]
  45. .br
  46. .SH DESCRIPTION
  47. Runs on Windows only. If the directories and files used by PBS exist, the
  48. .B pbs_mkdirs
  49. command fixes their permissions. If the directories and/or files do not
  50. exist, the
  51. .B pbs_mkdirs
  52. command creates them, with the correct
  53. permissions. The
  54. .B pbs_mkdirs
  55. command always examines the following directories and files:
  56. .RS 5
  57. pbs.conf
  58. .br
  59. PBS_EXEC
  60. .br
  61. PBS_HOME/spool
  62. .br
  63. PBS_HOME/undelivered
  64. .br
  65. PBS_HOME/pbs_environment
  66. .RE
  67. .B Required Privilege
  68. .br
  69. You must have Administrator privilege to run this command.
  70. .SH OPTIONS
  71. .IP "mom" 5
  72. The
  73. .B pbs_mkdirs
  74. command examines the following additional items:
  75. .RS 10
  76. PBS_HOME/mom_priv
  77. .br
  78. PBS_HOME/mom_logs
  79. .RE
  80. .IP "sched" 5
  81. The
  82. .B pbs_mkdirs
  83. command examines the following additional items:
  84. .RS 10
  85. PBS_HOME/sched_priv
  86. .br
  87. PBS_HOME/sched_logs
  88. .RE
  89. .IP "server" 5
  90. The
  91. .B pbs_mkdirs
  92. command examines the following additional items:
  93. .RS 10
  94. PBS_HOME/server_priv
  95. .br
  96. PBS_HOME/server_logs
  97. .RE
  98. .IP "(no options)" 5
  99. The
  100. .B pbs_mkdirs
  101. command examines all of the files and directories
  102. specified for each of the
  103. .I mom, server,
  104. and
  105. .I sched
  106. options.
  107. .SH SEE ALSO
  108. The
  109. .B PBS Professional Administrator's Guide,
  110. pbs_probe(8B)