initial commit
This commit is contained in:
8
chapter23/function_get_long_devdir_listing
Executable file
8
chapter23/function_get_long_devdir_listing
Executable file
@@ -0,0 +1,8 @@
|
||||
get_long_devdir_listing ()
|
||||
{
|
||||
# Long listing of the /dev directory. This shows the
|
||||
# device major and minor numbers and raw device ownership
|
||||
|
||||
ls -l /dev
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user