0% found this document useful (0 votes)
36 views1 page

Linux 3

This document contains descriptions of Linux commands and their functions: - It lists commands used to show system information like architecture, timetables, CPU/memory/storage details, kernel version, and connected devices. Commands include 'uname', 'cat /proc/cpuinfo', 'lspci', and 'lsusb'. - Shutdown, reboot, and logout commands are also included like 'shutdown', 'reboot', 'telinit', and 'logout'. Options allow immediate or scheduled shutdown/reboot along with cancelling scheduled shutdown. - The document serves as a reference for common Linux commands along with brief explanations of what each command is used for.

Uploaded by

Ayush Jain
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views1 page

Linux 3

This document contains descriptions of Linux commands and their functions: - It lists commands used to show system information like architecture, timetables, CPU/memory/storage details, kernel version, and connected devices. Commands include 'uname', 'cat /proc/cpuinfo', 'lspci', and 'lsusb'. - Shutdown, reboot, and logout commands are also included like 'shutdown', 'reboot', 'telinit', and 'logout'. Options allow immediate or scheduled shutdown/reboot along with cancelling scheduled shutdown. - The document serves as a reference for common Linux commands along with brief explanations of what each command is used for.

Uploaded by

Ayush Jain
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Command

Description show architecture of machine(1) show the timetable of 2007 show information CPU info show interrupts verify memory use show file(s) swap show version of the kernel show network adpters and statistics show mounted file system(s) save date changes on BIOS show system date set date and time - MonthDayhoursMinutesYear.Seconds show hardware system components - (SMBIOS / DMI) displays the characteristics of a hard-disk perform test reading on a hard-disk display PCI devices show USB devices show architecture of machine(2) show used kernel version Search a Command

arch cal 2007 cat /proc/cpuinfo cat /proc/interrupts cat /proc/meminfo cat /proc/swaps cat /proc/version cat /proc/net/dev cat /proc/mounts clock -w date date 041217002007.00 dmidecode -q hdparm -i /dev/hda hdparm -tT /dev/sda lspci -tv lsusb -tv uname -m uname -r

Command

Description shutdown system(2) leaving session reboot(2) shutdown system(1) planned shutdown of the system at 16:30 cancel a planned shutdown of the system reboot(1) shutdown system(3)

init 0 logout reboot shutdown -h now shutdown -h 16:30 & shutdown -c shutdown -r now telinit 0

You might also like