Command Example Description 1. grep grep "bad word" * Find which files contain a certain word 2. chmod chmod 644 *.html
chmod 755 file.exeChange file permissions read only
Change file permissions to executable3. passwd passwd Change passwd 4. ps ps aux
ps aux | grep dhyattList all running processes by #ID
List process #ID's running by dhyatt5. kill kill -9 8453 Kill process with ID #8453 6. gcc (g++) gcc file.c -o file
g++ fil2.cpp -o fil2Compile a program written in C
Compile a program written in C++7. gzip gzip bigfile
gunzip bigfile.gzCompress file
Uncompress file8. mail
(pine)mail me@tjhsst.edu < file1
pineSend file1 by email to someone
Read mail using pine9. telnet
ssh telnet vortex.tjhsst.edu
ssh -l dhyatt jazz.tjhsst.eduOpen a connection to vortex
Open a secure connection to jazz as user dhyatt10. ftp
ncftp ftp station1.tjhsst.edu
ncftp metalab.unc.eduUpload or Download files to station1
Connect to archives at UNC
Tips related to
yogasana
(102)
Technical
(74)
diary
(37)
computer tips
(36)
social
(25)
software
(19)
Linux
(14)
fun
(11)
entertenment
(9)
mystry
(9)
hacking tutorial
(8)
spiritual
(8)
sports
(8)
save the earth
(5)
intresting programs
(4)
0 comments:
Post a Comment