Finding Commands
Command and Sample Output :: Description Show the first mount command in PATH:$ type mountmount is /bin/mount Show binary source, and man pages for mount:$ whereis mountmount: /bin/mount /sbin/mount.cifs /sbin/mount.nfs /sbin/mount.nfs4 /usr/share/man/man2/mount.2.gz /usr/share/man/man8/mount.8.gz Find bash.ps anywhere in the file system$ locate bash.ps/usr/share/doc/bash-3.1/bash.ps/usr/share/doc/bash-3.1/rbash.ps Find the umount command anywhere in your PATH or aliases$ which umount/bin/umount Find… Leer más »