About 214,000 results
Open links in new tab
  1. linux - Is there a way to make mv create the directory to be moved …

    The -p option to mkdir will create intermediate directories as required. Without -p all directories in the path prefix must already exist. Everything inside backticks `` is executed and the output is …

  2. linux - Unix - create path of folders and file - Stack Overflow

    Feb 26, 2012 · Unix - create path of folders and file Asked 13 years, 9 months ago Modified 8 years, 4 months ago Viewed 196k times

  3. One command to create a directory and file inside it linux command

    Aug 1, 2013 · Suppose my current directory is A. I want to create a directory B and a file "myfile.txt" inside B. How to do that in one command from Terminal? Edit: Directory can be …

  4. How do I create a copy of a directory in Unix/Linux?

    I want to recursively create a copy of a directory and all its contents (e.g. files and subdirectories).

  5. linux - How to create a directory and give permission in single …

    Apr 26, 2011 · How to create a directory and give permission in single command in Linux? I have to create lots of folder with full permission 777. Commands mkdir path/foldername chmod 777 …

  6. linux - mkdir: cannot create directory ‘LINUX ... - Stack Overflow

    The fact that /home is an absolute, literal path that has no user-specific component provides a clue. While /home happens to be the parent directory of all user-specific home directories on …

  7. How to create a link to a directory on linux - Stack Overflow

    How to create a link to an existing file or directory using a GNU Linux shell command?

  8. How can I symlink a file in Linux? - Stack Overflow

    Nov 7, 2016 · I want to create a symbolic link in Linux. I have written this Bash command where the first path is the folder I want to link, and the second path is the compiled source. ln -s …

  9. How to create a directory using Ansible - Stack Overflow

    How do you create a directory www at /srv on a Debian-based system using an Ansible playbook?

  10. Linux: copy and create destination dir if it does not exist

    Oct 7, 2009 · As suggested above by help_asap and spongeman you can use the 'install' command to copy files to existing directories or create create new destination directories if …