How many class A, B and C network IDs can exist ?
How many class A, B and C network IDs can exist ?
A. 128
B. 126
C. 16382
D. 2113658
A. 128
B. 126
C. 16382
D. 2113658
A. Shadow
B. password
C. profile
D. All the three
A. 1024 bytes
B. 2048 bytes
C. 512 bytes
D. 256 bytes
A. who the owner of the file is
B. the name of the group owner of the file
C. how large the file is and when the file was last modified.
D. All of the above
A. ls | wc
B. ls -l | wc -l
C. ls | wc -w
D. ls | ws -c
A. ls -l *.lst
B. ls lst*
C. ls *.*
D. ls *[lst]
A. mv *.* /bin/
B. mv * /bin/*
C. mv * ../bin
D. mv * ../bin *.*