Fedora Linux 26: Precise by Shiv Kumar Goyal

Fedora Linux 26: Precise by Shiv Kumar Goyal

Author:Shiv Kumar Goyal
Language: eng
Format: azw3
Published: 2017-07-20T07:00:00+00:00


# ls|cpio –ovH tar –F abc.tar

To extract tar file using cpio

# cpio –idv –F abc.tar

ls

Lists the Names of Files

Syntax

ls -<options>

Example

# ls -alTo list directories and files

cat

Displays a Text File

Syntax

cat filename

Example

# cat abc.conf

rm

Deletes a file, files or directory

Syntax

rm filename

Example

rm abc.conf

To delete abc directory recursively

rm -r abc

More

When you want to view a file that is longer than one screen, you can more utility. More is used for paging through text one screen full at a time.

Syntax

more filename

Example

# more /etc/hosts



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.