Directory vs. Folder?


View Poll Results: Directory or Folder?
Directory 44 78.57%
I sometimes call them both, or have much better things to do like watching lama's doing a traditional dance 12 21.43%
Folder 0 0%
Voters: 56. This poll is closed

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Directory vs. Folder?
# 15  
Old 03-07-2012
Hi.

I'd guess that folder had its origins in the desktop metaphor. Not from Windows, that GUI came after the Macintosh. The Xerox PARC lab invented the metaphor, but it was not popularized until it was adopted by Apple. I suppose there might be an even more obscure implementation, but again, not popularized like the Macintosh Desktop.

Some support for my guess at Desktop metaphor - Wikipedia, the free encyclopedia

I usually use the term directory ... cheers, drl
# 16  
Old 03-16-2012
I have made some research and the directory term was used for describing file systems structure like Multics, where sub folders was not allowed, it have an unique directory and not folder support. I don't like the folder analogy. I prefer directory

Mariano
# 17  
Old 04-24-2012
Directory, dir.
# 18  
Old 05-17-2012
Quote:
Originally Posted by methyl
Flashback to pre-unix on DEC kit. The CAT command used to display the catalogue (of files), then along came DCL with the DIR command.
True. These were the days, when the interesting stuff wouldn't reside in /usr or /etc but in $SYS$SYSTEM.

Ah, well - and then all hell broke loose and an upstart PC-botch-shop bought the producer of the best processor and the best working cluster in the world. Like Old Joes Garage purchasing Porsche along with its racing team division.

I use "directory" exclusively as i deal only with "file system entities". I simply have nothing to do with "GUI concepts", "metaphors" or other crutches for the technically impaired.

bakunin
# 19  
Old 05-21-2012
Folders are how users see their mail organised in IMAP logins, directories are how data is organised on disk.
# 20  
Old 07-04-2012
Well, I first came accross the expression Folder when I worked for Olivetti in 1981 - they sold this system and the user was encoraged to think "cabinet", "drawer" and "folder" the system was actually pretty good for it's day.

Tha OS was a bit Unix "like".

Regards

Dave
# 21  
Old 12-05-2012
I am used to folder Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell scripting for moving folder specific files into target directory of that country folder.

I need help to write shell script to copy files from one server to another server. Source Directory UAE(inside i have another folder Misc with files inside UAE folder).I have to copy this to another server UAE folder( Files should be copied to UAE folder and Misc files should be copied in target... (3 Replies)
Discussion started by: naresh2389
3 Replies

2. Shell Programming and Scripting

Create a folder under different user directory

Hello All, I have to write a shell script and use it in informatica. The script has to perform below actions: The script gets executed from edw user. Through the script, a DT folder has to be created under edw_sca user. Is this scenario possible through a SHELL script or not. ... (2 Replies)
Discussion started by: bghosh
2 Replies

3. Solaris

Under /etc/init.d directory there is no folder with name samba in Solaris 10

i want to restart samba service in solaris 1o installed on virtual machine but under under /etc/init.d directory there is no folder with name samba in solaris 10 how do i proceed ? (4 Replies)
Discussion started by: rehantayyab82
4 Replies

4. Shell Programming and Scripting

Delete folder in a directory which are two months old

I need help. I have to create a script which will delete multiple directory (folders) that are two months old. Example, I have folders dated April, May, June and July. I have to delete folders April and May and retain June and July and as such that when the July month lapse, the folder June will be... (2 Replies)
Discussion started by: jasperux
2 Replies

5. UNIX for Dummies Questions & Answers

Printing directory starting from a particular folder

Hi there!:o I have a question if I have a directories ~/MyFolder/Files/PersonalFiles/databases/food/tomato ~/MyFolder/Files/PersonalFiles/databases/items/cup and I want my program to output food/tomato and items/cup, i.e. everything from the folder database but without... (5 Replies)
Discussion started by: FUTURE_EINSTEIN
5 Replies

6. Shell Programming and Scripting

Find a folder from a directory

Hi, I have a folder name XX and a directory N:. Now I want to find the folder on that directory and print the path. I tried with grep "XX" N: but also search for files named as XX, but I want to find onlt folder and print. please help me.. Thanks in advance (12 Replies)
Discussion started by: arup1980
12 Replies

7. UNIX for Dummies Questions & Answers

How to extract contents of ONLY one directory from ZIP folder.

I have a ZIP folder ( folder.zip or folder.jar ) which contains , lets say 3 directories under it ( directory1, directory2, directory3). How can i unzip the contents of directory2 ONLY ? I do not have to unzip the complete folder. TIA. (2 Replies)
Discussion started by: Sheel
2 Replies

8. Shell Programming and Scripting

Replace last 2 folder directory string with sed

Hi guys, I´m trying to replace the 2 last folders name in a list of directories with a new string, but I´m don´t know which regex to apply. Directories list: C/my user/documents/games & music C/my user/documents/photos 09-24-2008 C/my user/settings/config ?1_2 * The last folder may have... (11 Replies)
Discussion started by: cgkmal
11 Replies

9. Shell Programming and Scripting

Unique Directory and Folder Deletion Script

Ok, so I just got charged with the task of deleting some 300 user folders in a FTP server to free up some space. I managed to grep and cut the list of user folders to delete into a list of one user folder per line. Example: bob00 jane01 sue03 In the home folder, there are folders a-z, and... (5 Replies)
Discussion started by: b4sher
5 Replies
Login or Register to Ask a Question