Q. Can you tell me more about dot-files that shell and many UNIX command reads?
{ 2 comments }
Q. Can you tell me more about dot-files that shell and many UNIX command reads?
{ 2 comments }
Q. How do I check whether a directory is empty or not under Linux / UNIX using a shell script? I’d like to take some action if directory is empty. A. There are many ways to find out if a directory is empty or not under UNIX / Linux bash shell. You can use find [...]
{ 19 comments }
Q. How do I create a soft link (symbolic link) under UNIX or Linux operating system? A. To make links between files you need to use ln command. A symbolic link (also known as a soft link or symlink) consists of a special type of file that serves as a reference to another file or [...]
{ 32 comments }
Q. How do I display file inode number using command line? A. An inode is a data structure on a Unix / Linux file system. An inode stores basic information about a regular file, directory, or other file system object. You can use following two commands to display an inode: [a] ls command : list [...]
{ 0 comments }
Q. Can you specify rules for naming a file name under Linux? A. When you save a data, you nee to select a file name, you need to follow certain rules and regulation regarding the length of the name and the types of characters you include. Rules for naming file names The rules for naming [...]
{ 0 comments }