Embedded Programming: Linux Commands
Embedded Programming: Linux Commands
PROGRAMMING
Linux Commands
BENHAR SILVAN
17MES0033
o Usage: cd [DIRECTORY]
o eg. cd 17MES0033
Usage: pwd
Vim –
Vi Improved, a programmers text editor
cat –
concatenate files and print on the standard output
wc -L file1.txt
• chown –
change file owner and group
Usage: chown [OPTION]... OWNER[:[GROUP]] FILE...
eg. chown remo myfile.txt
Usage: ps [OPTION]
eg. ps, ps -el
kill:
to kill a process(using signal mechanism)