Operating Systems > Linux and UNIX

Creating a new folder

(1/1)

Doogee:
Since i dont have windows anymore ive got all my mp3s etc on a cdrom. i want to make a folder such as /Pub/ where me or my bro or sis can put stuff to be viewable by all of us. how do i go about doing this? I understand id probably have to do some CHMODing.

Doctor V:
go to the dir you want the folder in

mkdir Pub
chmod 777 Pub

Doctor V:
Or there's the sissie way to do it:

open up the file browser konqueror or nautilus
go to the dir you want to make it in

right click -->  new  -->  directory  -->  enter 'Pub' for the name  --> OK

then the directory appears

right click on it  -->  properties  -->  permissions  -->  fill in all the boxes --> OK

note: wording may be slightly different as I am not using an English locale.

V

Doogee:
thanks heaps guys

choasforages:
errr, i was thinking

chmod 1777 Pub

and then saying as root

cd Pub
chmod -w

so peopel cant kill your files

the 1777 gives it the same permisions as /tmp, like they can add mp3's and stuff, but can delete others mp3

[ November 26, 2002: Message edited by: choasforages ]

Navigation

[0] Message Index

Go to full version