9 lines
155 B
Plaintext
Executable File
9 lines
155 B
Plaintext
Executable File
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
|
|
}
|
|
|