Hi there!
As we know that Nokia N900 hadn't been accepted popularly, However it's one of the most powerful Nokia devices.
You can praise the hardware performance, software options and more. :)
In this topic i'll post the most commonly X-Terminal commands from my personal experience.
In fact... The Linux devices with terminal emulator "like Nokia N900" are most powerful than close source devices like "Symbian devices -N8, E7, N97 etc..."
**********************************************************************************
1-
"cp"
copy filese.g.
cp /home/user/MyDocs/file1.txt /home/user/MyDocs/.Documents
"mv"
move or rename filese.g.
mv /home/user/MyDocs/file1.txt /home/user/MyDocs/.Documents
"ls"
list files except hidden filese.g.
ls /home/user/MyDocs
"ls -la"
list all filese.g.
ls -la /home/user/MyDocs
"root"
gain user root accesse.g.
sudo gainroot
"mkdir"
make new directorye.g.
mkdir /home/user/MyDocs/directory1
"rmdir"
remove existed directorye.g.
rmdir /home/user/MyDocs/directory1
"rm -r"
remove directory with all contained filese.g.
rm -r /home/user/MyDocs/directory1
"rm"
remove filee.g.
rm /home/user/MyDocs/file1.txt
"cd"
change directorye.g.
cd /home/user/MyDocs/music
"cd .."
change directory backe.g.
cd ../..
"mount"
mount file systeme.g.
mount -t vfat /dev/mmcblk0p1 /home/user/MyDocs
"umount"
unmount file systeme.g.
umount /home/user/MyDocs
"apt-get update"
update catalogs repositoriese.g.
apt-get update
"apt-get install"
install app from specified repositorye.g.
apt-get install nano
"dpkg -i"
extract ".deb" filese.g.
dpkg -i /home/user/MyDocs/nano.deb
"df -h"
show disk partitions and their spacee.g.
df -h /dev/mmcblk1p1
"du -m"
show disk usage in megabytese.g.
du -m /dev/mmcblk0p2
"--help"
help you know more about command markse.g.
rm --help
"exit"
exit X-Terminal, or changing to average user modee.g.
exit
"echo"
print resulte.g.
echo 123
"$"
print value of some texte.g
p=1 echo $p
"find"
find specified filee.g.
find /home/user/MyDocs/*.txt
"CTRL+C"
will stop doing some command "like extracting .tar file"e.g
ctrl+c
"tar -xvf"
extract .tar filee.g.
tar -xvf /home/user/MyDocs/file1.tar
">"
print results into text filee.g.
ls >file1.txt
"mkfs.vfat"
make vfat file systeme.g.
mkfs.vfat /dev/mmcblk1p1 -n sdcard
"mkfs.ext3"
make ext3 file systeme.g.
mkfs.ext3 /dev/mmcblk1p1 -n sdcard
- Make sure that you have "rootsh" first, if not, you will not be able to use most of these commands.
- Don't use uncommonly commands like "umount, mkfs, etc..." if u don't need them.
If you want to know more Maemo Wiki
Rootsh Download Here
Best Regards! :)
i cant access my home/user/mydocs in x terminal its show me cant access wat to do knw any1 help me for this
ReplyDeleteThis comment has been removed by the author.
ReplyDeletejust install shroot.deb or rootsh
ReplyDeletewill anyone please tell me how to download any file via x terminal...i would also like to know how to INSTALL a game of ".ipk" extension...so if u can...please email me @ alphadragon666@gmail.com
ReplyDelete