Red Hat Linux 9 Professional Secrets [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Red Hat Linux 9 Professional Secrets [Electronic resources] - نسخه متنی

Naba Barkakati

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








ln



Purpose


Set up a hard or symbolic link (pseudonyms) to files and directories.


Syntax


ln [options]

existing_file new_name


Options


-b makes backup copy of files about to be removed.

-d creates a hard link to a directory (only root can do this).

-f removes the existing file with

new_name.

—help displays a Help message.

-s creates a symbolic link.

-v displays verbose output.


Description


The

ln command assigns a new name to an existing file. With the

-s option, you can create symbolic links that can exist across file systems. Also, with symbolic links, you can see the link information with the

ls -l command. Otherwise,

ls -l shows two distinct files for a file and its hard link.


/ 341