shafagh wrote:I want to found cods for use in terminal.
sorry, my english is poor, I can't undestand what you mean by cods
shafagh wrote:for example in Ubuntu we use Sudo or ( sudo update) .... for cods.
in Ubuntu you use 'sudo' to give a command as superuser.
Also in Mageia you can use 'sudo' (first you have to declare that your user is a sudoers:
as root, use 'visudo' and set your user like the user root),
but I found more usable to become supersuer for the whole session using 'su'
('su -' if you want to use graphic applications).
- Code: Select all
$ su
Password:
root@localhost ]#