Common Linux Commands
- startx -Starts the X interface
- cd -Change Directory
- cat -conCATenate a file, view a file
- cp -Copy file
- rm -Remove
- ls -List Directories
- ls -la -List Directories showing ownership
- ps-List running Processes
- ps -ef -Shows all the running processes on the machine
- kill -Kill running process
- exit -Exit Command line shell
- ifup ppp0 -Establish a connection with the modem setup as ppp0
- ifdown ppp0 -Disconnects the modem ppp0
- su -Substitute User
- rpm -Mandrakes package management tool
- eject cdrom -ejects cdrom
- chown -change ownership
- ifconfig -show ips
|
|