linux - Decompressing zipped Ruby on Rails site in RHEL creates 2 copies of folder -
an intern created ruby on rails website , backed dropbox before left.
i downloaded project folder dropbox .zip file rhel 6.
i can see on dropbox , in gui zip tool zip file contains 1 folder called myrailssite
. yet when run
unzip myrailssite.zip
it produces 2 folders:
myrailssite myrailssite
if ls -la
shows same size each folder, different permissions:
drwxr-xr-x 13 root root 4096 nov 10 10:25 myrailssite drwxr--r-- 13 root root 4096 sep 03 16:26 myrailssite
both folders contain same child folders, copy of folder proper case not contain of files within child folder. copy of folder name somehow got converted lower case contains both child folders , files within child folders.
i suppose can delete cased folder , use lowercase folder, paranoid because have no idea what's going on here. thoughts?
i tried deleting both folders , unzipping again, , got same result.
Comments
Post a Comment