Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Hiding folders

  • 01-12-2008 4:47am
    #1
    Closed Accounts Posts: 1,322 ✭✭✭


    Ive just upgraded to Leopard.

    Can somebody tell me if it is possible to either HIDE files and folders alltogether or to LOCK them so they cant be accessed by other people?


Comments

  • Closed Accounts Posts: 1,250 ✭✭✭babypink


    put a . as the first character in the foldername

    to get at your folders you'll have to use the "go to folder" command in the Go menu, or use the terminal. Should be plenty hidden for most users


  • Registered Users, Registered Users 2 Posts: 2,731 ✭✭✭Type 17


    babypink wrote: »
    put a . as the first character in the foldername

    to get at your folders you'll have to use the "go to folder" command in the Go menu, or use the terminal. Should be plenty hidden for most users

    Interesting and simple solution, but how do you do it? - when I go to rename a folder name, I get an error about these names being reserved for system folders.

    I presume that Terminal can be used to rename a folder, but if so, what is the command string?


  • Closed Accounts Posts: 6,151 ✭✭✭Thomas_S_Hunterson


    Type 17 wrote: »
    Interesting and simple solution, but how do you do it? - when I go to rename a folder name, I get an error about these names being reserved for system folders.

    I presume that Terminal can be used to rename a folder, but if so, what is the command string?

    Use the mv command.

    For full command info, type man mv


  • Closed Accounts Posts: 1,250 ✭✭✭babypink


    far far easier way!

    in terminal navigate to the folder you want as the parent and type (????=folder name):

    mkdir .????

    to delete the hidden folder type

    rm -r .????



    note that the delete command above will delete the folder and all contents!


Advertisement