Translate

Sunday, 13 January 2013

Types of files in Linux and how can we check..

How many types of files in Linux and how can we check..


Just type ls -ltr.. it will show you the list of file and at first column you will see following word

#ls -ltr
....




d = directory
- = regular file
l = symbolic link
s = Unix domain socket
p = named pipe
c = character device file
b = block device file

No comments:

Post a Comment