2527
2527
/* Parse what mode to set */
2528
2528
istringstream buff(ds_mode);
2529
2529
if (ds_mode.length() != 4 ||
2531
2531
die("You must write a 4 digit octal number for mode");
2533
2533
handle_command_error(command, chmod(ds_file.c_str(), mode));