Saturday, August 18, 2012

Linux Commands:-

#compgen -c  => list all commands in linux
#lsblk , lsblk -f  => list block with file system

# lsb_release  , lsb_release -a  => os version , name etc..
1. To view the content of a tar file
#tar -tvf /path/to/file.tar
2. To view the content of rpm file.
#rpm -qlp /path/to/file.rpm

No comments:

Post a Comment