Difference between revisions of "Distro-command-translations"
From Linuxintro
imported>ThorstenStaerk (Created page with "{| class="wikitable sortable" border=1 ! What to do !! SUSE command !! Ubuntu command |- | update your system || you || |- |}") |
imported>ThorstenStaerk |
||
Line 1: | Line 1: | ||
+ | Here is an equivalent command table for default installations of SUSE and Ubuntu. | ||
+ | |||
{| class="wikitable sortable" border=1 | {| class="wikitable sortable" border=1 | ||
! What to do !! SUSE command !! Ubuntu command | ! What to do !! SUSE command !! Ubuntu command | ||
|- | |- | ||
− | | update your system || you || | + | | update your system || you || update-manager |
|- | |- | ||
+ | | long list your folder || ll || ls -l | ||
+ | |- | ||
+ | | call the vim editor || vi || vim | ||
|} | |} |
Revision as of 12:39, 30 July 2011
Here is an equivalent command table for default installations of SUSE and Ubuntu.
What to do | SUSE command | Ubuntu command |
---|---|---|
update your system | you | update-manager |
long list your folder | ll | ls -l |
call the vim editor | vi | vim |