Re: how to create a directory...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





I created the directory from my terminal, by using mkdir win32, as
root. Now I need to get files into that directory but do not know how
to.


.... Just 'cp' them in. Stay as root and run something like

cp /path/to/original/files/* /usr/local/lib/win32/

if you need to copy directories, use the recursive copy option

cp -r /path/to/original/files/* /usr/local/lib/win32/

Chris


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux