mkdir (1) --- make a directory 03/25/82 _U_s_a_g_e mkdir [-o ] [-n ] _D_e_s_c_r_i_p_t_i_o_n 'Mkdir' is used to create a new directory. The pathname given as the first argument is the pathname of the direc- tory; all nodes but the last must exist prior to the invoca- tion of 'mkdir'. The "-o" and "-n" keyword arguments may be used to specify the owner and non-owner passwords to be given to the new directory. If they are omitted, default values are assumed as follows: at installations running the Georgia Tech version of Primos, the user's login name is used for the owner password and the non-owner password is set to zero; at installations running unmodified Primos, the owner password is set to blanks and the non-owner password is set to zero. _E_x_a_m_p_l_e_s mkdir subsys mkdir subdir -o allen mkdir //may-78/twob -n secret _M_e_s_s_a_g_e_s "Usage: mkdir ..." for missing directory name or bad arguments ": can't create" if directory already exists or the path to it cannot be followed _S_e_e _A_l_s_o lf (1), passwd (3), del (1) mkdir (1) - 1 - mkdir (1)