Quantcast
Channel: ls command – nixCraft
Browsing all 10 articles
Browse latest View live

How to mount remote windows partition (windows share) under Linux

All files accessible in a Linux (and UNIX) system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach...

View Article



Linux: Burn multi session CDs on Linux

Under Linux you can use tool called cdrecored (use to record audio or data Compact Discs) with mkisofs (use to create an hybrid SO9660/JOLIET/HFS filesystem with optional Rock Ridge attributes ) for...

View Article

Image may be NSFW.
Clik here to view.

FreeBSD: Enable Colorized ls Output

FreeBSD has ls command to list directory contents. You can pass the -G option to the ls command to enable colorized output. For example, type the following command at shell prompt to get colorized...

View Article

Image may be NSFW.
Clik here to view.

Understanding UNIX / Linux filesystem Inodes

An inode is a data structure on a traditional Unix-style file system such as UFS or ext3. An inode stores basic information about a regular file, directory, or other file system object.

View Article

Why isn’t it possible to create hard links across file system boundaries?

A single inode number use to represent file in each file system. All hard links based upon inode number. So linking across file system will lead into confusing references for UNIX or Linux. For...

View Article


How Linux or UNIX Understand which program to run – PART I

This article was organically contributed by monk. When you are logged in to a Linux server and you type a command. It is the responsibility of the shell to interpret your command. Here I will explain...

View Article

Linux display the date when a file was accessed with stat command

A quick question from my mail bag: How do I display or get the date when a file was last time accessed? The best and simplest way is to use stat command. It displays file or file system status such as:...

View Article

Image may be NSFW.
Clik here to view.

Linux: Find Out How Many File Descriptors Are Being Used

While administrating a box, you may wanted to find out what a processes is doing and find out how many file descriptors (fd) are being used. You will surprised to find out that process does open all...

View Article


Understanding the Linux file system directories / hierarchy

I’ve already written about conceptual information regarding file system, especially data structure and related terms that help you become a successful system administrator. However I do get few emails...

View Article


Find out if service / server running in chrooted jail or not under Linux

Chrooted jail allows run command or service such as http / mysql / postfix with special root directory i.e. chroot changes the root directory for application. The biggest benefit is a service that is...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images