0% found this document useful (0 votes)
6 views

Linux Command Prompt

log

Uploaded by

dvdmyl1
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Linux Command Prompt

log

Uploaded by

dvdmyl1
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Linux

Linux command MS-DOS command Function


cd .. cd.. Go to previous folder
cd foldername cd foldername Go to folder
cd /folder/subfolder
cp sourcefile destinationfile copy Copy file
exit Logout
ifconfig ipconfig Check network address
ping ip.ip.ip.ip ping ip.ip.ip.ip Check network connection to remote node
info mkdir Shows the help of mkdir command
ls dir List files and directories in folder
mkdir foldername md foldername Create folder
more filename, tail filename type filename Show the content of file
mv sourcefile destinationfile move sourcefile destination Move file
nano filename Opens txt file in text editor Nano
ps, top Show the processes
rmdir rmdir foldername Remove folder
rm filename del filename Remove file
su username Login with superuser username
sudo command Run the command with superuser privileges
sudo reboot Reboot server
tail filename.txt type filename.txt Show file content

E-Link 5.0™ (basics) Learning Guide TC04117O1-EN Issue: (-) 29

Note! Make sure you have all the empty spaces where needed in the commands.

Linux Kubuntu 6.10


• Unix-type operating system.
• Used in KIC.
• Can also be used for GUI.
More information on Linux:
• http://www.kubuntu.org/
• http://www.linuxcommand.org/

You might also like