linux commands


Recommended Posts

can anyone tell me what each of these commands are for...? i can't try on them now cuz i don't have linux installed on my computer and i lend the cds to my friend.........and i need the answer in hurry......so, please,.....can anyone help me, as much as you can....thanks....!!!

script t

whoami

man passwd

passwd

w

finger ccf

finger

pwd

arch

ls

ls -la

ls -lt

which latex

df -k

du -s

date

ps

exit

more t

cp t t1

mv t t2

cat t2

diff t1 t2

chmod 700 t1

please? thanks....

Link to comment
Share on other sites

Here you are..........

script - make a typescript of terminal session

whoami - who you are

man passwd - shows help file for passwd

passwd - change password

w - shows up time

finger ccf - shows user information for user ccf

finger - as above

pwd - print working directory - where u are on the system

arch - ??

ls -la - list directory in long format and all files

ls -lt - list directory in long format in time order

which latex - locate program called latex

df -k - show disk space in 1024k blocks

du - s - shows disk usage and print grand total

date - Does this really nned to be expalined

ps - show process

exit - So obvious

more t - display contents of file t

cp t t1 - copys file t to t1

mv t t2 - moves file t to t2

cat t2 - concatenate copy or print files (also show contents of file)

diff t1 t2 - shows the difference betweent files t1 and t2

chmod 700 t1 - changes the attriubtes of file t1

Hope this is any help.

Link to comment
Share on other sites

Probably, but stuck at work and bored s&^%less and nothing better to do. :yes:

True True.. so did you look those up or got them off the top of your head? ;)

I was only able to get a few off the top of my head..

Link to comment
Share on other sites

Here you are..........

script - make a typescript of terminal session

whoami - who you are

man passwd - shows help file for passwd

passwd - change password

w - shows up time

finger ccf - shows user information for user ccf

finger - as above

pwd - print working directory - where u are on the system

arch - ??

ls -la - list directory in long format and all files

ls -lt - list directory in long format in time order

which latex - locate program called latex

df -k - show disk space in 1024k blocks

du - s - shows disk usage and print grand total

date - Does this really nned to be expalined

ps - show process

exit - So obvious

more t - display contents of file t

cp t t1 - copys file t to t1

mv t t2 - moves file t to t2

cat t2 - concatenate copy or print files (also show contents of file)

diff t1 t2 - shows the difference betweent files t1 and t2

chmod 700 t1 - changes the attriubtes of file t1

Hope this is any help.

omg you are my life saver....!!!

you are my hero......!!!!

thanks alot... :laugh: :D :p

Link to comment
Share on other sites

your welcome Babalau....... Got them off the top of my head BxBoy.... been using Unix for years and they are just general commands. btw which ones did you manage to get? :yes:

Link to comment
Share on other sites

your welcome Babalau....... Got them off the top of my head BxBoy.... been using Unix for years and they are just general commands. btw which ones did you manage to get? :yes:

pretty much all the commands except for script and arch.. the rest of the commands I know very well, just not too sure of the parameters.

I've been using UNIX/LINUX variants for more than 5 years, so it wasn't too difficult for myself either. :yes:

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.