[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: [cobalt-users] "/" filesystem quota
- Subject: Re[2]: [cobalt-users] "/" filesystem quota
- From: Pierre Chopot <pierre@xxxxxxxxxxx>
- Date: Wed Nov 28 03:20:39 2001
- Organization: Zapilou
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello List,
Wednesday, November 28, 2001, 10:27:05 AM, you wrote:
CF> Could someone give us the exact command for creating these links? I don't want to take
CF> the risk of playing with that! Is this correct?
CF> # ln -s /usr/local /home/local
CF> for the directory /usr/local ?
>>>
>>> /usr is in the / filesystem.
>>>
>>> I've moved doc to /home/doc, man to /home/man, and tmp to /home/tmp.
>>>
>>> Then I've created these symbolic links:
>>>
>>> /usr/doc -> /home/doc
>>> /usr/man -> /home/man
>>> /usr/tmp -> /home/tmp
>>>
>>> Jeff
>>> --
>>> Jeff Lasman <jblists@xxxxxxxxxxxxx>
Fom the man page, do man ln at command line:
NAME
ln - make links between files
SYNOPSIS
ln [options] source [dest]
ln [options] source... directory
Options:
[-bdfinsvF] [-S backup-suffix] [-V {numbered,existing,sim<AD>
ple}] [--version-control={numbered,existing,simple}]
[--backup] [--directory] [--force] [--interactive]
[--no-dereference] [--symbolic] [--verbose] [--suf<AD>
fix=backup-suffix] [--help] [--version]
Also before doing this, I think you should
1/ create the new dir /home/local
2/ copy ALL files to the new dir (all files meaning ALL .. including
hidden ones..)
3/ backup all files to another place or even better backup everything
4/ create the symbolic link
Maybe some guru will correct this but this is how I did proceed myself
(but I am more of a newbie than a guru so use at your own risk)
--
Regards,
Pierre
pierre@xxxxxxxxxxx